Page 1 of 1
Mailer error
Posted: 21 Nov 2005, 17:58
by Iwan
After creating a new user I get following message in Mantis 0.19.2
"PROBLEMS SENDING MAIL TO:
Mailer Error: Could not instantiate mail function."
Can somebody help me?
Thanks
Posted: 21 Dec 2005, 19:25
by adilton
It may be 'cause you didn't select the PhpMailer method. Go to config_defaults_inc.php, search for $g_phpMailer_method and write the number that matches the method you want to use:
0 - mail()
1 - sendmail
2 - SMTP
If you want to use a SMTP server, after write the number, you must search for $g_smtp_host and write its address and, if necessary, inform the username and password that PhpMailer will use.
I think that's all...
Posted: 30 Dec 2005, 14:07
by thraxisp
This error also pops up from phpmailer when the address is corrupted.