Skip to content
This repository was archived by the owner on Dec 8, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 341 Bytes

smtp-config.md

File metadata and controls

18 lines (14 loc) · 341 Bytes

SMTP Configuration

Example using maildev (npm i -g maildev):

smtpCredentials: {
	host: 'localhost',
	port: 1025,
	tls: { rejectUnauthorized: false },
}

Example gmail.com string:

smtpCredentials: 'smtps://user%40gmail.com:[email protected]'

Start the local catch-all SMTP server using the command maildev.