Page 1 of 1

Email sent by mantis not being received.

Posted: 30 Jul 2007, 10:56
by nitya
Hi,

I'd configured SMTP to work with Mantis a week back. Today, i'm trying with a different SMTP, but for some reason these mails aren't arriving in my mailbox.

It's strange because when I try and send a test mail from admin/check.php, I get

Testing Mail - mail() send successful.
Email Address: xxxx@xxxxx.com

Any idea if there is an explanation?

I tried this with a different smtp server/and user and it seems to work. Any idea what's going wrong?

Regards
Nitya

Posted: 31 Jul 2007, 10:43
by nitya
I think the first SMTP server I tried isn't too hung up on authentication. I didn't specify any userid/pwd.

email

Posted: 31 Jul 2007, 11:05
by nitya
There's a thread on this on here http://www.mantisbt.org/forums/viewtopi ... ight=email

No solution though.

Posted: 01 Aug 2007, 07:21
by vboctor
You might want to check the following thread to see if there are any helpful hints:

http://www.mantisbt.org/forums/viewtopic.php?t=3495

Woohoo, it works

Posted: 02 Aug 2007, 04:56
by nitya
ARGH!!!!

Okay so my email was working all along. With both SMTP servers.

Only, admin/check.php is not very reliable. When I send a test email from this page, it says "mail sent successfully" but nothing reaches me.

However, the mail sent by the report/view/assign pages works perfectly.

So the code for emailing in check.php is different from that used everywhere else. Any explanations?

Cheers
N

Posted: 02 Aug 2007, 08:08
by vboctor
It is probably due to the following bug which is fixed in 1.1.0a4:
http://www.mantisbt.org/bugs/view.php?id=8016