Giter Site home page Giter Site logo

bulk_email_sender's Introduction

bulk_email_sender


This program is designed to automate bulk email sending by reading recipient information from an Excel file and creating personalized emails using Python.

Features


Read recipient information from an Excel file and insert it into the email template. Send emails using an SMTP server. Add a delay during email sending to avoid potential spam issues.

Usage


Edit the smtp_server, smtp_port, sender_email, and sender_password variables in the mailler.py file to match your email provider and authentication details. Customize the template in email_template and replace the placeholders ({{name}}, {{surname}}, {{age}}, {{city}}, etc.) with appropriate recipient information. Create an Excel file containing recipient information. The column headers in your Excel file should be name, surname, age, city, etc., and each recipient should be placed in a separate row. Run the Python script to start the email sending process: python3 mailler.py

Warnings


Be sure to adjust the email sending rate according to your email provider's policies. Sending emails too quickly may result in emails being marked as spam. When sending bulk emails, ensure that you have obtained permission from recipients and comply with permission-based email marketing laws.

bulk_email_sender's People

Contributors

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