SZero Posted September 12, 2007 Share Posted September 12, 2007 hi every1 i wanna know how to know yahoo SMTP server to send mails from my website, i don't mean the code, everything is fine with it but i get this message when i send: SMTP server response: 530 authentication required - for help go to http://help.yahoo.com/help/us/mail/pop/p... in E:\MYDOMAIN\www\index.php on line 24 i tried going to the website but didn't help, i also tried to change port to 465 but didn't work too SMTP: smtp.mail.yahoo.com PORT: 25 Quote Link to comment https://forums.phpfreaks.com/topic/69098-how-to-use-yahoo-smtp-server-to-send-mails-using-php/ Share on other sites More sharing options...
thmar Posted October 6, 2007 Share Posted October 6, 2007 hey, are you doing a application which require sending of mail to the user and you are making use of yahoo smtp to send the mail instead of having your own smtp server?? If that's the case, i'm having the same issue with u. i been looking for a solution for this for ages Quote Link to comment https://forums.phpfreaks.com/topic/69098-how-to-use-yahoo-smtp-server-to-send-mails-using-php/#findComment-363352 Share on other sites More sharing options...
MasterACE14 Posted October 6, 2007 Share Posted October 6, 2007 I had a similar problem months back, after much research and testing. I worked out that even supplying a username and password for a public mail service, it still wont send mail for you, I tried atleast 20 mail service providers, and different programs and PHP scripts. None of which worked. The way I got it working was. Use SMTP on my webhost, if its provided to you, take advantage of it. Regards ACE Quote Link to comment https://forums.phpfreaks.com/topic/69098-how-to-use-yahoo-smtp-server-to-send-mails-using-php/#findComment-363360 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.