kylevedder / TrickleEmailer

Send trickle emails with TrickleEmailer!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Trickle Emailer

Send batches of emails with personalization.

Use the message parameter syntax to add parameters to emails. Use single quotes (') to escape curly braces and other single quotes.

Requirements

Java Runtime Enviroment 8+

Setup

To setup, create an application specific password, and enter that as the password property in your credentials properties file, along with your full email address as the username property.

Build Instructions

Run mvn clean package. Requires Java 8 and Maven 3.

Alternatively, you can download the compiled jar here.

Sample Usage

java -jar TrickleEmailer.jar "creds.properties" "message.txt" "personal.txt" "5000"

Sends email with the format of message.txt, with the information of personal.txt substituted inside of it.

About

Send trickle emails with TrickleEmailer!


Languages

Language:Java 100.0%