Skip to content

Update README.md#329

Open
Irytacja wants to merge 1 commit into
jhuckaby:masterfrom
Irytacja:patch-1
Open

Update README.md#329
Irytacja wants to merge 1 commit into
jhuckaby:masterfrom
Irytacja:patch-1

Conversation

@Irytacja
Copy link
Copy Markdown

I've added undocumented config option.

@vlizanae
Copy link
Copy Markdown

Since this is open maybe you could fix a typo in the readme? in mail_options the example

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

should actually be

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants