Skip to content
On this page

app/Mail/

Default Laravel directory to contain custom Mail files.

There are some special Mail classes:

  • CustomHtmlEmail: Used to send emails that contain only HTML content and no other data.

  • CustomMail: Is a generic Mail class builder for easy use. This class can be extended and instantiated with data by child classes. It uses mostly DTOs for the data that it receives for consistency.