Question about smtp authentication method

Issue #1 resolved
Former user created an issue

Hi could you explain if I can use your script for send email without having local MTA, please? With a help, for example, google smtp.gmail.com? And if so, where could I put my auth credentials in your code? And last question about if you are planing to implement SMTPS support?

Thank you very much!

Comments (2)

  1. Anton Butsyk repo owner

    Added v1.1

    I tried successfuly for google: SMTP_HOST = 'smtp.gmail.com' SMTP_PORT = 0 SMTP_USER = 'your_user@gmail.com' SMTP_PASS = 'passwordhere' SMTP_TLS = 1

  2. Log in to comment