warhead2020 Posted April 6, 2009 Share Posted April 6, 2009 Hi all, I got this error: Warning: mail() [function.mail]: SMTP server response: 503 This mail server requires authentication when attempting to send to a non-local e-mail address. Please check your mail client settings or contact your administrator to verify that the domain or address is defined for this server Can anybody help me solve this problem? Thanx in advance. Quote Link to comment https://forums.phpfreaks.com/topic/152729-mail-function-problem/ Share on other sites More sharing options...
Fruct0se Posted April 6, 2009 Share Posted April 6, 2009 This is telling you that you need to provide a username and password to send mail. Can you paste your mail code here? Quote Link to comment https://forums.phpfreaks.com/topic/152729-mail-function-problem/#findComment-802036 Share on other sites More sharing options...
warhead2020 Posted April 6, 2009 Author Share Posted April 6, 2009 Thanx for the quick reply. Here is my code: $to = "[email protected]"; $subject = "XXX"; $message = "XXX"; mail($to, $subject, $message); This is telling you that you need to provide a username and password to send mail. Can you paste your mail code here? can u eplain more about the username and password?..which one? Quote Link to comment https://forums.phpfreaks.com/topic/152729-mail-function-problem/#findComment-802043 Share on other sites More sharing options...
Fruct0se Posted April 6, 2009 Share Posted April 6, 2009 Take a look at this: http://email.about.com/od/emailprogrammingtips/qt/et073006.htm Quote Link to comment https://forums.phpfreaks.com/topic/152729-mail-function-problem/#findComment-802050 Share on other sites More sharing options...
iarp Posted April 6, 2009 Share Posted April 6, 2009 The username and password will have been set by your hosting provider and you'll need to get into contact with them for the info. Quote Link to comment https://forums.phpfreaks.com/topic/152729-mail-function-problem/#findComment-802055 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.