-
-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
I found it difficult to understand how to use SES with this package. I don't know if I'm doing it correctly, because the documentation was not very specific with this driver.
Package version
"@adonisjs/mail": "^3.0.9",
Node.js and npm version
Node 12
Sample Code (to reproduce the issue)
.env
MAIL_CONNECTION=ses
await Mail.send(
'emails.welcome',
{ user: user.toJSON(), tokenQueryString },
(message) => {
message
.to(user.email)
.from('noreply@')
.subject('Ative sua conta')
})yasser17
Metadata
Metadata
Assignees
Labels
No labels