github jhuckaby/Cronicle v0.6.12
Version 0.6.12

latest releases: v0.9.46, v0.9.45, v0.9.44...
7 years ago

This release adds mail_options for configuring settings sent to the SMTP server:

Set specific mailer options, such as SMTP SSL and authentication, passed directly to pixl-mail (and then to nodemailer-smtp-transport). Example:

"mail_options": {
	'secure', true,
	'auth', { user: 'fsmith', pass: '12345' },
	connectionTimeout: 10000, // milliseconds
	greetingTimeout: 10000, // milliseconds
	socketTimeout: 10000 // milliseconds
}

Thanks to user @MingqingLi for reporting this issue.

Don't miss a new Cronicle release

NewReleases is sending notifications on new releases.