All Projects β†’ aahnik β†’ bulk-email-sender

aahnik / bulk-email-sender

Licence: other
Send Templatized Dynamic Emails Automatically

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to bulk-email-sender

Responsive Html Email Template
A free simple responsive HTML email template
Stars: ✭ 10,831 (+36003.33%)
Mutual labels:  email, email-marketing, email-template
Email Dashboard
πŸ“ͺ An interactive emailing management service with scheduling, templating, tracking and A/B testing.
Stars: ✭ 194 (+546.67%)
Mutual labels:  email, email-marketing, email-sender
Mosaico
Mosaico - Responsive Email Template Editor
Stars: ✭ 1,392 (+4540%)
Mutual labels:  email, email-marketing, email-template
React Email Editor
Drag-n-Drop Email Editor Component for React.js
Stars: ✭ 3,131 (+10336.67%)
Mutual labels:  email, email-marketing, email-template
Html Email Templates
Free HTML Email Templates created using the Postcards - https://designmodo.com/postcards/
Stars: ✭ 178 (+493.33%)
Mutual labels:  email, email-marketing, email-template
Emailimo
Small project that simplifies (according to me) sending colorful emails in PowerShell
Stars: ✭ 55 (+83.33%)
Mutual labels:  email-marketing, email-sender, email-template
Pine
A modular and lightweight, responsive email framework.
Stars: ✭ 98 (+226.67%)
Mutual labels:  email, email-marketing, email-template
go-simple-mail
Golang package for send email. Support keep alive connection, TLS and SSL. Easy for bulk SMTP.
Stars: ✭ 298 (+893.33%)
Mutual labels:  email, bulk-email, bulk-email-sender
Cli
Get a programmable email address. Automate what happens when you receive emails. It's like Zapier for devs who hate emails.
Stars: ✭ 105 (+250%)
Mutual labels:  email, easy-to-use
Django mail admin
The one and only django app to receive & send mail with templates and multiple configurations.
Stars: ✭ 140 (+366.67%)
Mutual labels:  email, email-template
0x4447 product s3 email
πŸ“« A serverless email server on AWS using S3 and SES
Stars: ✭ 2,905 (+9583.33%)
Mutual labels:  email, email-sender
Hermes
Golang package that generates clean, responsive HTML e-mails for sending transactional mail
Stars: ✭ 2,379 (+7830%)
Mutual labels:  email, email-template
Nodemailer
βœ‰οΈ Send e-mails with Node.JS – easy as cake!
Stars: ✭ 14,354 (+47746.67%)
Mutual labels:  email, email-sender
Drymail
Makes sending emails easy and DRY β€” For Python 3.
Stars: ✭ 218 (+626.67%)
Mutual labels:  email, email-sender
Awesome Emails
βœ‰οΈ An awesome list of resources to build better emails.
Stars: ✭ 1,379 (+4496.67%)
Mutual labels:  email, email-marketing
Mailer
A light-weight, modular, message representation and mail delivery framework for Python.
Stars: ✭ 225 (+650%)
Mutual labels:  email, email-sender
easy-email
React.js Drag-and-Drop Email Editor based on MJML. Transform structured JSON data into major email clients compatible HTML. Written in Typescript and supported both in browser and Node.js.
Stars: ✭ 449 (+1396.67%)
Mutual labels:  email-marketing, email-template
acorn
A responsive email framework based on a golden ratio typography grid.
Stars: ✭ 90 (+200%)
Mutual labels:  email-marketing, email-template
Email Templates
A collection of email templates coded in MJML
Stars: ✭ 69 (+130%)
Mutual labels:  email, email-template
Email Extractor
The main functionality is to extract all the emails from one or several URLs - La funcionalidad principal es extraer todos los correos electrΓ³nicos de una o varias Url
Stars: ✭ 81 (+170%)
Mutual labels:  email, email-marketing

bulk-email-sender

Send Templatized Dynamic Emails Automatically

Features

This is a simple program which does its work perfectly. Nothing more, nothing less

  1. Send dynamic emails with unlimited variables pulling data from a CSV file.
  2. Supports Markdown Formatting & embed links or images.
  3. Supports Attaching any kind of files.

Usage

  • Make sure you have Python installed in your system.

  • Download or Clone the repo and then move into the automailer directory.

  • Install all dependancies:

    pip install -r requirements.txt
  • Write your email inside compose.md (supports markdown formatting)

  • You can use variables , prefix them with $ sign.

    Hi $NAME , you have Bill Rs. $price due for $months

  • Put your data inside data.csv file The line 1 ie headers must contain 'EMAIL' (uppercase) parameter

    csv_image

    You can Export CSV file from Microsoft Office Excel, Libre Office, Google Sheets, SQL Database, or NoSQL Database

  • You you want to put any attachments , put them in the ATTACH directory.

  • Create a file .env and put the following into it:

    display_name=Mr.Bean
    [email protected]
    password=12345
    

    Make sure to put real values, the above values are just an example.

  • Do not put original email password. Create Gmail Account then turn on 2 step Verification, and then set up an App Password for automailer.

  • All set up πŸ‘ you are now READY TO GO . Run the send.py file:

    python3 send.py
  • You will be asked to confirm the attachments in the ATTACH folder. Upon confirmation , the application will start sending emails.

  • You will receive a full success report after emails are sent.

Getting Help

Please report an issue or ask your question in the issues section of the repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].