This topic is locked
[SOLVED]

 PHPMailer

1/22/2011 2:07:47 AM
PHPRunner General questions
D
danayu author

Brothers and sisters I strongly need your help before I quite to learn php and its staff. I am very beginner and I am now in the middle of taking php video tutorial. Then I download phpMailer2.3 as my video tutor explained then I did exactly as my tutor explained to me to do. Finaly what I got are the followings

Deprecated: Function eregi() is deprecated in C:\wamp\www\photo_gallery\includes\phpMailer\class.phpmailer.php on line 599
Warning: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: No such host is known. in C:\wamp\www\photo_gallery\includes\phpMailer\class.smtp.php on line 122
Warning: fsockopen() [function.fsockopen]: unable to connect to smtp1.example.com:25 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) in C:\wamp\www\photo_gallery\includes\phpMailer\class.smtp.php on line 122
Deprecated: Function eregi() is deprecated in C:\wamp\www\photo_gallery\includes\phpMailer\class.phpmailer.php on line 599
Warning: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: No such host is known. in C:\wamp\www\photo_gallery\includes\phpMailer\class.smtp.php on line 122
Warning: fsockopen() [function.fsockopen]: unable to connect to smtp2.example.com:25 (php_network_getaddresses: getaddrinfo failed: No such host is known. ) in C:\wamp\www\photo_gallery\includes\phpMailer\class.smtp.php on line 122

Message could not be sent.

Mailer Error: SMTP Error: Could not connect to SMTP host.

so can I get anyone helping me to get my mistake and teach me to know better

Sergey Kornilov admin 1/23/2011

Not really sure how this applies to PHPRunner which already has PHPMailer integrated.