Mailer error

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Iwan
Posts: 1
Joined: 21 Nov 2005, 17:55

Mailer error

Post 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
adilton
Posts: 2
Joined: 20 Dec 2005, 20:56

Post 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...
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

This error also pops up from phpmailer when the address is corrupted.
--
Glenn Henshaw Logical Outcome Ltd.
Mantis developer and user w: http://www.logicaloutcome.ca
Post Reply