Giter Site home page Giter Site logo

shubhtoy / bulk-email-sender-flask-mailgun Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 9.58 MB

Mass Email Sender: A simple yet powerful Flask application to send emails in bulk to multiple recipients with attachments and custom templates. Using MAILGUN api.

Home Page: https://istgidc.me

Python 99.56% C 0.06% JavaScript 0.08% CSS 0.07% PowerShell 0.19% Batchfile 0.01% HTML 0.04%
bootstrap email flask python

bulk-email-sender-flask-mailgun's Introduction

Email Sending Application

This application is a simple utility that allows you to send emails to multiple recipients using a CSV file and an HTML template. It uses the Mailgun API to send emails and the Flask framework to handle the web application.

Requirements

  • Python 3
  • Flask
  • requests
  • Mailgun account and API key

Usage

  1. Clone the repository and navigate to the project directory.
  2. Install the required packages by running pip install -r requirements.txt.
  3. Create a config.py file in the project root and add your Mailgun API key and domain.
  4. Run the application by executing python app.py.
  5. In your browser, go to http://localhost:5000/ to access the application.
  6. Select a CSV file containing the email addresses and an HTML template file.
  7. The default password is "shubh".
  8. Fill in the subject and password fields, and select an attachment file (if any).
  9. Click on the "Send Emails" button to start sending emails.
  10. A table will appear on the page showing the status of each email sent (success or failure).

CSV format

The CSV file should contain at least one column named "to" with the email addresses of the recipients.

Email format

The email format should be "Designation<emailid@{}>"

Note

  • Make sure that the "to" field in the csv file is in the format Designation<emailid@{}>.
  • Make sure that "to" field is present in the csv file.
  • Placeholder fields in the HTML template should be in the format {{field_name}}

Built With

Project Website

You can find the project website at Replit

Authors

bulk-email-sender-flask-mailgun's People

Contributors

shubhtoy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.