Skip to content

ramzamzam/mail-scheduler-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sender agent node

Run with node index [PORT] PORT(number) is optional.

Sends plain text emails.

Sample configuration file:

{
  "PORT" : 3003,
  "MASTER_URI" : "http://localhost:3002",
  "transport" : {
    "host": "smtp.mailtrap.io",
    "port": 2525,
    "auth": {
      "user": "6d8705b187786e",
      "pass": "54549421d13eaa"
    }
  }
}

"PORT" is default tokenizer port, whet it is started with command node index the port passed as argument is used.

"transport" is options for nodemailer transport.

"MASTER_URI" is URI of master server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published