Search found 5 matches

by André
16 Sep 2008, 17:13
Forum: Help
Topic: I don't receive Emails from Mantis
Replies: 8
Views: 7829

Re: I don't receive Emails from Mantis

I installed the TestLink and it sends email correctly, so I think the problem isn't in the server, but it's whith Mantis.
by André
15 Sep 2008, 11:11
Forum: Help
Topic: I don't receive Emails from Mantis
Replies: 8
Views: 7829

Re: I don't receive Emails from Mantis

Where I put mySMTP in the messagem, it's smtp.agiw.com.br, and this smtp is valid.

Thanks.
by André
12 Sep 2008, 14:07
Forum: Help
Topic: I don't receive Emails from Mantis
Replies: 8
Views: 7829

Re: I don't receive Emails from Mantis

PHP.ini:
[mail function]
; For Win32 only.
SMTP = mySMTP
smtp_host = mySMTP
smtp_port = 25

; For Win32 only.
sendmail_from = myEmail
----------------------------------------------
I need to set anything else?

I don't know if this is important, but I'm using Windows XP and IIS.

Thanks for your ...
by André
11 Sep 2008, 20:58
Forum: Help
Topic: I don't receive Emails from Mantis
Replies: 8
Views: 7829

Re: I don't receive Emails from Mantis

What version of Mantis?
1.2.0a2
Have you tested to make sure email notifications work? (mantis\admin\check.php)
I tested and the result is: "PROBLEMS SENDING MAIL TO myemail. Please check your php/mail server settings."
Are the SMTP settings correct in your php.ini file?
I don't know if this ...
by André
11 Sep 2008, 17:16
Forum: Help
Topic: I don't receive Emails from Mantis
Replies: 8
Views: 7829

I don't receive Emails from Mantis

I'm sorry for my English level, I'm from Brazil.

I have already read all posts about this, but I can’t find a solution for this problem.

When I choose to change the user password, Mantis show me that the user will receive a mail with the new password. But the user doesn’t receive this message. But ...