Search found 6 matches

by matthewhuang
03 Mar 2010, 16:00
Forum: Help
Topic: Mantis failed to send emails in 1.2 while working in 1.1.2
Replies: 13
Views: 16343

Re: Mantis failed to send emails in 1.2 while working in 1.1.2

I tried cjard's suggestion and now I received:

Testing Mail - email_send() result is: SMTP Error: Could not authenticate.

I noticed that the phpmailer comes with Mantis 1.2 is version 5.1 whereas my older Mantis 1.1.2 uses phpmailer 1.73.

I checked my smtp configuration and they are identical in ...
by matthewhuang
01 Mar 2010, 22:07
Forum: Help
Topic: Mantis failed to send emails in 1.2 while working in 1.1.2
Replies: 13
Views: 16343

Re: Mantis failed to send emails in 1.2 while working in 1.1.2

I created a new issue and assigned that issue to myself and received the below log for it.

2010-03-01 16:05 CST mail Issue = #715, Type = owner, Msg = 'email_notification_title_for_action_bug_assigned', User = @U10, Email = 'MatthewHuang@*******.com'.

No exception, but I didn't receive any emails ...
by matthewhuang
01 Mar 2010, 18:49
Forum: Help
Topic: When will the LongCF plugin be available for Mantis 1.2?
Replies: 1
Views: 1969

When will the LongCF plugin be available for Mantis 1.2?

Hi, we recently upgraded Mantis from 1.1.2 to 1.2 and found that we failed on the Long Text field since there is no such plugin for 1.2 yet. In the old version, we have that there in PluginManager 0.4. When will the team put this plugin back?

Our company do use quite a few custom fields that are in ...
by matthewhuang
01 Mar 2010, 15:57
Forum: Help
Topic: Mantis failed to send emails in 1.2 while working in 1.1.2
Replies: 13
Views: 16343

Re: Mantis failed to send emails in 1.2 while working in 1.1.2

I tried putting the log file there as well. But nothing showed up in the log After I tested the email sending.
by matthewhuang
26 Feb 2010, 20:01
Forum: Help
Topic: Mantis failed to send emails in 1.2 while working in 1.1.2
Replies: 13
Views: 16343

Re: Mantis failed to send emails in 1.2 while working in 1.1.2

Also

$g_smtp_connection_mode = '';
$g_smtp_port = 25;

What else do I need to set in 1.2?

Thanks,
by matthewhuang
26 Feb 2010, 19:23
Forum: Help
Topic: Mantis failed to send emails in 1.2 while working in 1.1.2
Replies: 13
Views: 16343

Mantis failed to send emails in 1.2 while working in 1.1.2

Hi, we recently upgraded from version 1.1.2 to 1.2 release version. Other parts look fine but we fail to send out email. I tried the Test email part from the admin page but always received.

Testing Mail - PROBLEMS SENDING MAIL TO: ****@****.com. Please check your php/mail server settings.

However ...