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

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.

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