My SMTP App is unable to send more than 10 Emails

  • Thread starter Thread starter Vaibhav0249
  • Start date Start date
V

Vaibhav0249

Guest
I have written an SMTP application in python, It is supposed to send at least 300 emails as per the outlook limit but it gets the account banned after 10 mails. Can you explain to me what's wrong with the settings or the procedure I am using? I even tried using the app password.The error I get after sending 10 emails:raise SMTPDataError(code, resp)smtplib.SMTPDataError: (554, b'5.2.0 STOREDRV.Submission.Exception:OutboundSpamException; Failed to process message due to a permanent exception with message [BeginDiagnosticData]WASCL UserAction verdict is not None. Actual verdict is RefuseQuota, Sh

Continue reading...
 
Back
Top