Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/defcon-007/quickmail

A python script to get real time email notifications via SMS
https://github.com/defcon-007/quickmail

email python2 sms twilio

Last synced: 17 days ago
JSON representation

A python script to get real time email notifications via SMS

Awesome Lists containing this project

README

        

# QuickMail
A python script to get real time email notifications via SMS.


To use this script create a free account at Twilo : https://www.twilio.com/

## Environment variables :

"EMAIL" : Your Gmail id ([email protected])

"Password" : Your Gmail password

"PHONE_TO" : Your mobile number you signed up for Twilio with country code (+11111)

"PHONE_FROM" : Your Twilio number

"TWILO_ACCOUNT_SID" : Twilo account SID

"AUTH_TOKEN" : Twilo account authentication token





DISCLAIMER : You need to enable access for less secure apps in your settings for this to work.