PyEmailer
PyEmailer copied to clipboard
Send Emails In One Click With Python.
Blog On Python, Machine Learning and Data Science Visit CodePerfectPLus
Create App Password in gmail.
- GO to Account setting/Security
- click app password
- Select APP -> others, Select Device -> Others
- Copy paste the code in script.py
password
variable
Usage
-
multipleSenderScript.py - Send Email to 1 person from different emails once.
-
multipleReceiver.py - Send Email to multiple person from one email(like: news Letter)
-
oneToOneEmail.py - Send one Email to one person at a time using command line tool
python oneToOneEmail.py [email protected]
Reuirements
- python-fire
pip install fire
python -m pip install -r requirements.txt
Upcoming features
- file attachment in email
- ~~RegEx to verify the Emails~~
Project
- Project: PyEmailer
- Author: CodePerfectPlus
- Language: Python
- Github: https://github.com/codePerfectPlus
- Website: http://codeperfectplus.herokuapp.com/