email notification not working
Posted: 19 May 2005, 14:57
Mantis version: 0.19.1
My config_inc.php:
g_phpMailer_method = 2;
$g_smtp_host = 'MySMTPServer';
$g_smtp_username = 'myusername@mydomain';
$g_smtp_password = 'mypassword';
I get this error:
SYSTEM WARNING: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
Can anyone help me please?
Thank you
SYSTEM WARNING: fsockopen() [function.fsockopen]: unable to connect to <MySMTPServer>:25
PROBLEMS SENDING MAIL TO:
Mailer Error: SMTP Error: Could not connect to SMTP host.
My config_inc.php:
g_phpMailer_method = 2;
$g_smtp_host = 'MySMTPServer';
$g_smtp_username = 'myusername@mydomain';
$g_smtp_password = 'mypassword';
I get this error:
SYSTEM WARNING: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
Can anyone help me please?
Thank you
SYSTEM WARNING: fsockopen() [function.fsockopen]: unable to connect to <MySMTPServer>:25
PROBLEMS SENDING MAIL TO:
Mailer Error: SMTP Error: Could not connect to SMTP host.