HAN! Posted October 18, 2007 Share Posted October 18, 2007 im using the mail() function but a smtp error is getting to me, how i can change the smtp configiration and how i know what to chnge to? thanx Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted October 18, 2007 Share Posted October 18, 2007 if this is on your own machine you can go into the php.ini file find the 'SMTP = ' and set you own value... alternatively you ca use ini_set('SMTP', 'smtp.yourserver.com'); Quote Link to comment Share on other sites More sharing options...
HAN! Posted October 18, 2007 Author Share Posted October 18, 2007 thanks for the tip there is some improvement but still im getting this error Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 <hani_alyassir@hotmail.com>... Relaying denied. IP name lookup failed [212.28.253.30] in C:\Program Files\wamp\www\hani\insert.php on line 62 well do i have to change somthing to make it work? Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted October 18, 2007 Share Posted October 18, 2007 what have you ste SMTP to? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.