Giter Site home page Giter Site logo

devmail's Introduction

DevMail

This program is here to help to sent bulk amount of emails directly

Features

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

Usage

  1. Make sure you have Python installed on your system.

  2. Download or clone the repo and then move into the automailer directory.

  3. Install all dependencies:

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

    You can use variables, prefix them with $ sign.

    Hi $NAME, your mail id is $EMAIL
    
    NAME,EMAIL,Ticket_Number,Ticket-ID are columns in csv file.
    these are must.
  5. Prepare your data in data.csv file. The first line (headers) must contain 'EMAIL' (uppercase) parameter.

  6. Attachments (Optional): If you want to include attachments, place them in the ATTACH directory.

  7. Set Up Credentials: Create a file named .env and include the following credentials:

    display_name=Spiderman
    [email protected]
    password=12345
    

    Replace the placeholder values with your real credentials. Note: Avoid using your original email password. Create a Gmail Account then turn on 2-step Verification, and then set up an App Password for automailer.

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

    python 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: This program focuses on simplicity and functionality. For advanced features or customizations, consider exploring additional functionalities or contributing to the project.

devmail's People

Contributors

devkiraa 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.