Search found 2 matches

by tpass001
09 May 2005, 21:43
Forum: Help
Topic: Email not working
Replies: 1
Views: 5582

Ok I had to


# select the method to mail by:
# 0 - mail()
# 1 - sendmail
# 2 - SMTP
$g_phpMailer_method = 2;

# This option allows you to use a remote SMTP host. Must use the phpMailer script
# Name of smtp host, needed for phpMailer, taken from php.ini
$g_smtp_host = 'pop.xyz.com';

never ...
by tpass001
09 May 2005, 21:34
Forum: Help
Topic: Email not working
Replies: 1
Views: 5582

Email not working

Hi,
i am using mantis 0.19.0. I do not know when this happened, but my email is not working. We have a user who has forgotten his pwd, and in order to reset it, mantis sends out a reset pwd email.

However this is not happening now. Also, when a new user is created, an email is sent out. That is not ...