Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/defcon-007/quickmail
- Owner: DefCon-007
- License: mit
- Created: 2017-02-11T21:13:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T07:48:12.000Z (almost 8 years ago)
- Last Synced: 2024-11-08T05:36:34.701Z (2 months ago)
- Topics: email, python2, sms, twilio
- Language: Python
- Size: 2.93 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.