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
Email not working
Moderators: Developer, Contributor