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 Link to comment https://forums.phpfreaks.com/topic/73768-mailing/ 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'); Link to comment https://forums.phpfreaks.com/topic/73768-mailing/#findComment-372195 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 <[email protected]>... 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? Link to comment https://forums.phpfreaks.com/topic/73768-mailing/#findComment-372197 Share on other sites More sharing options...
ToonMariner Posted October 18, 2007 Share Posted October 18, 2007 what have you ste SMTP to? Link to comment https://forums.phpfreaks.com/topic/73768-mailing/#findComment-372294 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.