Manny

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Manny

  1. Hello: I created a python script to send email from my desktop using a Gmail account and it works great. I am trying to do the same for sending an email through an email I created on/for one of my websites but got the following error: SMTPAuthenticationError: (535, b'5.7.8 Username and Password not accepted. Learn more at\n5.7.8 https://support.google.com/mail/?p=BadCredentials j12-20020a05622a038c00b002f340aeffb3sm8086399qtx.85 - gsmtp') I checked my login information and it is correct in my python program. Is there a procedure for setting up an external email sending app using python from my desktop, and is there a code sample available?