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