Re: [Tutor] verify the email
jitendra gupta wrote: is there any way so that i can identify wrong email during the run time (when i am sending the email) As I understand things, no. You can validate the domain part, and there is the SMTPRecipientsRefused exception, but you won't get that if you're relaying. Further, ma
[Tutor] verify the email
hello here is my code for sending the mail, using this code email is going 'CODE '' import smtplib from time import strftime from email.mime.multipart