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 jerre@digitalplaces.net 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 Quote Link to comment 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 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.