Auto Mailer
is a mail automation service for Gmail built on python ❤️.
- Support CSV Mailing
- Send multiple mails in one-click
- Zero latency
- Supports Personalised Mails
Language: Python
Libraries Used:
- OS
- argparse
- Clone the current repository and install the ssmpt package
git clone https://github.com/kanitmann/Mail_Automation.git
sudo apt install ssmtp
nano /etc/ssmtp/ssmtp.conf
- configure the package with your credentials (enter the following credentials in the ssmtp.conf file)
mailhub=smtp.gmail.com:587
UseSTARTTLS=YES
AuthUser=your-email@gmail.com
AuthPass=XXXXXXXXXXXXXXX
TLS_CA_File=/etc/pki/tls/certs/ca-bundle.crt
- Enable insecure apps in your google account settings (you might have to set up app passwords if you have 2 factor authentication)
- Run the script
python commandline.py -r <file containing reciever Email IDs (separated by newline)> -f <file containing the email>
Note: for an example on how to create the email text file, refer to msg.txt
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.