Closed luisincrespo closed 9 years ago
+1 I have to do the same.
+1 same question
Use the 'transporter' option under sails.config.email which will override 'service' and 'auth' options.
....
transporter: {
host: 'smtpout.secureserver.net', // Godaddy SMTP server
port: 465,
secure: true,
auth: {
user: "<mail account username>",
pass: "<mail account password>"
}
},
...
Thanks @tinkusam. If someone wants to put in a PR to add that to the docs, they are welcome!
Hi.
In the configs you have a service attribute to specify a 'well known service', what if I want to specify a custom SMTP service?.