SMTP email with Mantis 1.2.11

Get help from other users here.

Moderators: Developer, Contributor

atrol
Site Admin
Posts: 8578
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: SMTP email with Mantis 1.2.11

Post by atrol »

Just to be sure: It worked after your modifications and using the quotes for the settings?
If so, it's really strange, maybe a PHP bug.
Which version of PHP do you use?

Maybe you can try also a nightly build http://www.mantisbt.org/builds (or wait for MantisBT 1.2.12 which will be released the next few days)
We updated the underlying phpmailer library to a newer version which might fix the issue.
Please use Search before posting and read the Manual
brillox
Posts: 14
Joined: 09 Nov 2012, 17:12

Re: SMTP email with Mantis 1.2.11

Post by brillox »

yes, with the quotes it works; I use PHP 5.4.8.

but give me a minute because I opened gmail webmail and 3 messages where in the spam folder. I am going to revert the code back without quotes using constants and get back to you.

I do not want to leave lies on this forum :-)
brillox
Posts: 14
Joined: 09 Nov 2012, 17:12

Re: SMTP email with Mantis 1.2.11

Post by brillox »

it works... without quotes as it should be .

so you are absolutely right and I am absolutely a dummy :-)

Imagine this.... An entire week to figure out why I was not bale to send emails; I managed to
  • change Mantis core code
  • nearly deleted my account with the virtual server Company as I believed that they were stopping the mail in their firewall
  • Blaming Mantis
and not realizing that I added a couple of quotes when I shouldn't in my config file.

Thanks for outlining this to me;
atrol
Site Admin
Posts: 8578
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: SMTP email with Mantis 1.2.11

Post by atrol »

Thanks for being fair and square.
Please use Search before posting and read the Manual
Post Reply