8000 GitHub - ChlodAlejandro/quick-mail-merge: A quick and easy JS mail merge that supports email HTML and TXT customization.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ChlodAlejandro/quick-mail-merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quick-mail-merge is an email mass-sending tool with a very simple interface. It was crammed in a few hours but is relatively stable for being so spaghetti.

Usage instructions

  1. Modify config.js to include your email, password, etc. Also change the "from" and "subject" keys.
  2. Modify assets/email.txt and assets/email.txt with your email contents. Always provide a text-only version (in the .txt file) in case a user cannot load HTML. Images should also be links to online places, as local files will not be embedded onto the email. To include variables inside of the CSV, just write {{{<key name>}}}, and the mailer will replace all matching values. The key is case-sensitive, so be careful.
  3. Enter the data to be used in assets/data.csv.
  4. Modify config.js's "emailColumn" to target the column name of the email receipients.
  5. Run it with bin\index.exe on your command prompt or terminal. If you're using a release build, just double-click on quick-mail-merge.exe.

Successful emails are appended to okay.csv. Failed emails are appended to failed.csv. You can use this to restart email sending batches.

About

A quick and easy JS mail merge that supports email HTML and TXT customization.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published
0