Jerre Posted September 28, 2006 Share Posted September 28, 2006 Hi,when i try to send a mail with a php mail script i get following error:Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable to relay for [email protected] in c:\phpdev\www\euhostingsolutions\hosting\processors\contact.php on line 34Warning: Cannot modify header information - headers already sent by (output started at c:\phpdev\www\euhostingsolutions\hosting\processors\contact.php:34) in c:\phpdev\www\euhostingsolutions\hosting\processors\contact.php on line 35Please helpJerre Link to comment https://forums.phpfreaks.com/topic/22353-php-mail-doesnt-work/ Share on other sites More sharing options...
R_P Posted October 1, 2006 Share Posted October 1, 2006 Is PHP setup on your own server or is it a hosted account? In order for PHP mail() to work, you either have to have a seperate SMTP server installed on your machine or specify an address in PHP.ini. The function doesn't work on its own. If this is the case try: www.mailenable.com. A free mail server that comes with an SMTP relay.Make sure if you do this that the mail is accepting connections for localhost ONLY. Otherwise you'll be targetted by spammers and get blacklisted. Good luck Link to comment https://forums.phpfreaks.com/topic/22353-php-mail-doesnt-work/#findComment-102013 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.