Problem with sending mail
Posted: 21 Mar 2005, 13:55
Hi !
I saw the "same" topic on http://forums.mantisbt.org/viewtopic.php?t=32. But I still do not understand what to do to resolve my problem.
I got the error :
"PROBLEMS SENDING MAIL TO:
Mailer Error: Could not instantiate mail function."
I tried changing parameters by adding these lines :
$g_phpMailer_method = 2;
$g_smtp_host = 'localhost';
$g_smtp_username = '';
$g_smtp_password = '';
But now I got the error :
"PROBLEMS SENDING MAIL TO:
Mailer Error: SMTP Error: Could not connect to SMTP host."
I use Internet explorer and the last Mantis (0.19.2).
If some one can help... Thanks :)
I saw the "same" topic on http://forums.mantisbt.org/viewtopic.php?t=32. But I still do not understand what to do to resolve my problem.
I got the error :
"PROBLEMS SENDING MAIL TO:
Mailer Error: Could not instantiate mail function."
I tried changing parameters by adding these lines :
$g_phpMailer_method = 2;
$g_smtp_host = 'localhost';
$g_smtp_username = '';
$g_smtp_password = '';
But now I got the error :
"PROBLEMS SENDING MAIL TO:
Mailer Error: SMTP Error: Could not connect to SMTP host."
I use Internet explorer and the last Mantis (0.19.2).
If some one can help... Thanks :)