Skip to content

SodaWithoutSparkles/bulk-email-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bulk-email-sender

A script for sending multiple emails at once! Or you could say its a email merge...

Features

  • Easy config
  • Compatible with Excel
  • Heavily commented
  • Support multiple links and variables

Dependencies

  • Python3 (install)
  • pandas
  • openpyxl

Installation

Method 1 (git clone)

  1. git clone https://github.com/SodaWithoutSparkles/bulk-email-sender.git
  2. Navigate to bulk-email-sender

Method 2 (zip)

  1. On this github page, click the green <Code> icon, then download as zip
  2. Extract the zip file

Usage

  1. Use your choice of editor to edit the config section of the code
  2. Install python from python.org
  3. Tick "add python to PATH" when installation as shown (credit: blender)
  4. From a shell/cmd, execute this script by python3 <path-to-the-script>

Excel format

name to links
alice alice@example.com https://example.com https://google.com
bob bob@example.net https://example.net
chris chris@example.org https://example.org

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages