Skip to content

Simple email sender script to test MTA and client connectivity with DKIM

Notifications You must be signed in to change notification settings

nick-wwwshop/smtp-tester

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple node smtp script to check the connectivity to the MTA

Support DKIM.

Require Node 15+

How to use

  • copy the .env-sample as .env => $ cp .env-sample .env
  • fill the environment variables. Concatenate the DKIM private key to 1 line string with \n
  • run the script => $ node index.js

Tip If you sent the email to the [email protected] you will get back very powerful report.

About

Simple email sender script to test MTA and client connectivity with DKIM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%