https://github.com/dewanshrawat15/mailing-script
Got a long list of email recipients? Let's get that sorted. Just feed your connection details, and your subject list in a CSV format, the content and the daemon triggers the emails automatically.
https://github.com/dewanshrawat15/mailing-script
automatic-email-sender csv-format hacktoberfest hacktoberfest2021 smtp smtp-library smtp-mail smtp-protocol smtp-server smtplib
Last synced: about 2 months ago
JSON representation
Got a long list of email recipients? Let's get that sorted. Just feed your connection details, and your subject list in a CSV format, the content and the daemon triggers the emails automatically.
- Host: GitHub
- URL: https://github.com/dewanshrawat15/mailing-script
- Owner: dewanshrawat15
- License: mit
- Created: 2018-09-26T15:06:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-05T03:01:50.000Z (almost 6 years ago)
- Last Synced: 2025-03-20T13:11:07.202Z (2 months ago)
- Topics: automatic-email-sender, csv-format, hacktoberfest, hacktoberfest2021, smtp, smtp-library, smtp-mail, smtp-protocol, smtp-server, smtplib
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 14
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Mailing Script
Two simple scripts to send emails.
- mail.py is used to send emails from a .csv file using gmail servers.
- script.py is used for custom domains, through cpanel logins.# Requirement
Any system with python 3 (preferably 3.6) and terminal.# Usage
- Navigate to the file directory where the downloaded file (the script file) is stored using the cd command in the terminal or cmd.
- Update necessary details like login details and server port.
- Copy the database in a .csv format.
- Type python filename.py, where filename depends whether you are running for you're custom server or the gmail server.
- Trigger the script by pressing enter/return# Known Issue
None as of now. Feel free to open an issue if any!# Wanna Contribute ?
Aww, great. Just go through [CONTRIBUTING.MD](https://github.com/dewanshrawat15/Mailing-Script/blob/master/CONTRIBUTING.md) once!# License
> The MIT License