GoMailBlast

command module
v0.0.0-...-c4c0225 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2024 License: MIT Imports: 2 Imported by: 0

README

GoMailBlast

Golang-based tool to bulk sent emails from csv file using SMTP with rich HTML support with custom reply-to.

Installation
  1. Clone the repo
git clone https://github.com/aswinbennyofficial/GoMailBlast.git
  1. Install dependencies
go get github.com/joho/godotenv
  1. Setup environment variables : rename .env.example to .env and configure it.

  2. Customise the message subject and body in the variables subject and body inside util/sendEmail.go file

  3. Insert the csv of email list to send in the data folder as data.csv . Example of data.csv is given below :

Name,Email
Willy wonka,will@gmail.com
Elon Musk,Elonmusk@gmail.com
Zuckerberg,Zuckerberg@yahoo.com
Usage
go run .

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL