Mail Methods

Get to know the methods you can use to send emails.

Sending emails is an integral part of many applications. For instance, we may want to send emails to notify our customers about something. Hence, Adonis has support for sending emails.

Methods to send an email

We can use the following methods to send an email:

Mail.send(views, data, callback)

  • views can be one or more Edge template files that contain the HTML that will be sent. ...