raaams Posted February 9, 2007 Share Posted February 9, 2007 hi all, I am using mail() function. But its not working in a particular server alone. can anyone help? thanks Link to comment https://forums.phpfreaks.com/topic/37753-problem-with-mailing/ Share on other sites More sharing options...
ToonMariner Posted February 9, 2007 Share Posted February 9, 2007 Yes but only if you tell what the problem is. It will very likely be the configuartion of the server so if you have access to the php congi file see what SMTP is set to or use ini_get('SMTP'); you can use ini_set('SMTP' , 'host'); to set this correctly where 'host' is the relvant smtp server. Link to comment https://forums.phpfreaks.com/topic/37753-problem-with-mailing/#findComment-180620 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.