8000 GitHub - fdergachev/not-a-mailer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fdergachev/not-a-mailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

That's definitely not a mailer :)

Снимок экрана 2025-04-29 1634162

Set up guide

  1. Install dependencies npm i
  2. Add your SMTP creds into .env
SMTP_LOGIN=*login*
SMTP_PASSWORD=*password*
SMTP_PORT=*port*
SMTP_SERVER=*server*
  1. Create your config.json in root folder with following structure (make sure to escape JSON and minify HTML):
{
   "from": "\"*sender name*\" <*sender e-mail*>",
   "subject": "*subject*",
   "html": "*body html*"
}
  1. To run the application simply use npm start /path/to/csv config.json
  2. Enjoy!😎

Other

More info could be found by running npm start -- --help

P.S. Hope you don't mind leaving a ⭐

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0