* Removed invalid options for the sendmail transport that were causing Nodemailer to return the SMTPTransport instead.
* Removed options for rate limiting in admin email interface. Added new option for toggling whether to use pooled connections.
"sendmail-rate-delta":"... every <em>X</em> milliseconds",
"sendmail-rate-help":"Instructs the NodeBB mailer to limit the number of messages sent at once in order to not overwhelm email receiving services. These options do not apply if SMTP Transport is enabled (below).",
"smtp-transport":"SMTP Transport",
"smtp-transport":"SMTP Transport",
"smtp-transport.enabled":"Use an external email server to send emails",
"smtp-transport.enabled":"Use an external email server to send emails",
"smtp-transport-help":"You can select from a list of well-known services or enter a custom one.",
"smtp-transport-help":"You can select from a list of well-known services or enter a custom one.",
@ -25,6 +22,8 @@
"smtp-transport.username":"Username",
"smtp-transport.username":"Username",
"smtp-transport.username-help":"<b>For the Gmail service,</b> enter the full email address here, especially if you are using a Google Apps managed domain.",
"smtp-transport.username-help":"<b>For the Gmail service,</b> enter the full email address here, especially if you are using a Google Apps managed domain.",
"smtp-transport.password":"Password",
"smtp-transport.password":"Password",
"smtp-transport.pool":"Enable pooled connections",
"smtp-transport.pool-help":"Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",