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 genericMailclass 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.