Sunday, November 02, 2014

Send email via GMAIL using Python

Send email via GMAIL using Python.
Note:
Need to disable CAPTCHA and enable access for less secure apps
https://www.google.com/settings/security
https://accounts.google.com/DisplayUnlockCaptcha

References:
www.mkyong.com/python/how-do-send-email-in-python-via-smtplib/
http://joequery.me/guides/python-smtp-authenticationerror/

No comments:

DCOM callback not working with UAC enabled

  OPC Classic DCOM client not receiving callback when UAC is enabled The OPC Classic server is running on another node and is running usi...