Email not working

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
tpass001
Posts: 2
Joined: 09 May 2005, 21:22

Email not working

Post by tpass001 »

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 happening either.

These are my settings in configs_default_inc.php
# select the method to mail by:
# 0 - mail()
# 1 - sendmail
# 2 - SMTP
$g_phpMailer_method = 0;

# 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 = 'localhost';

I could set the smtp host to goto pop.xyz.com. If I did that, what should the phpMailer_method be?

Thanks.

TP
tpass001
Posts: 2
Joined: 09 May 2005, 21:22

Post by tpass001 »

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 mind!
Post Reply