Configure your email service.
.env
file with Mailtrap credentials.env
file:config/mail.php
configuration file inside mailers
array:routes/emails.php
route file.
Here is the list of all email preview routes (each route is prefixed with /email-previews
):
/email-verification
Email sent upon user registration (when email verification is enabled)/password-reset
Email sent upon password reset request/subscribed
Email sent upon successful subscriptionresources/views/mail
folder.
Main message layout: resources/views/vendor/mail/html/message.blade.php
resources/views/vendor/mail/html
folder:
button-{color_name}
resources/views/vendor/mail/html/themes/default.css
CSS file.