forumisto
Posts: 386
Joined: Fri Mar 16, 2012 8:41 am

problems with yahoo mail

Wed Feb 07, 2018 11:39 am

Hello,

I sent mail messages with yahoo mail using a script wrote in python.
Since a month ago the result of the script is:

smtp.sendmail(sender_address, recpto_address, msg.as_string())
File "/usr/lib/python2.7/smtplib.py", line 742, in sendmail
raise SMTPDataError(code, resp)
smtplib.SMTPDataError: (550, 'Request failed; Mailbox unavailable')

What is the problem?

I have not found information in google to help me :(

pcmanbob
Posts: 9298
Joined: Fri May 31, 2013 9:28 pm
Location: Mansfield UK

Re: problems with yahoo mail

Wed Feb 07, 2018 12:12 pm

Looks like its a problem at the yahoo end , have you tried logging in to the mail account via a browser to see if it is still working ?

I know yahoo mail has undergone some changes in the last few months you need to look a for a settings page in yahoo mail to see if they have change ports or security protocols in some way.

for example google mail now needs to be set to allow less secure apps to work with sendmail on the pi, may be yahoo has some thing similar.
We want information… information… information........................no information no help
The use of crystal balls & mind reading are not supported

Return to “Python”