Re: [Tutor] SMTPLIB Exception Object

2014-04-23 Thread Alan Gauld
On 23/04/14 04:35, Hobie Audet wrote: documentation has me confused. Specifically, the documentation on the SMTPRecipientsRefused exception says: All recipient addresses refused. The errors for each recipient are accessible through the attribute recipients,... But where is the "recipi

Re: [Tutor] SMTPLIB Exception Object

2014-04-23 Thread Dave Angel
Hobie Audet Wrote in message: > It would be much better if you used text emails to post on this text list, rather than html. For one thing, your indentation might not be messed up. For another, I might be able to do proper quoting. > (you wrote): My code looks something like this:    

[Tutor] SMTPLIB Exception Object

2014-04-23 Thread Hobie Audet
I am using Python 3.3 and smtplib to generate and send some E-mail. I am trying to figure out how to handle some exceptions, but some of the documentation has me confused. Specifically, the documentation on the SMTPRecipientsRefused exception says: exception smtplib.SMTPRecipientsRefused Al