Can anybody help my problem?
I'm using phpmailer to send email from my website to visitor's email.
basically the email can be sent and work fine, but after the email sent, there are some error messages as follow :
Warning: fsockopen() [function.fsockopen]: unable to connect to localhost:0 (Failed to parse address "localhost") in /home/global03/public_html/modul/success.php on line 15
localhost - Failed to parse address "localhost" (0)
Warning: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/global03/public_html/config/class.smtp.php on line 105
Warning: fsockopen() [function.fsockopen]: unable to connect to SMTPHOST:25 (php_network_getaddresses: getaddrinfo failed: Name or service not known) in /home/global03/public_html/config/class.smtp.php on line 105
Warning: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/global03/public_html/config/class.smtp.php on line 105
Warning: fsockopen() [function.fsockopen]: unable to connect to SMTPHOST:25 (php_network_getaddresses: getaddrinfo failed: Name or service not known) in /home/global03/public_html/config/class.smtp.php on line 105
I'm stag with this....