Sending an Email
Look at how we can use the mail methods to send an email.
We'll cover the following...
Adonis supports the following mail drivers:
- SMTP
- Spark Post
- Mailgun
- Amazon SES
We are going to use the SMTP driver with MailTrap as the email provider. MailTrap is commonly used for email testing. All emails are trapped in the MailTrap inbox and are not sent to the actual ...