10 window envelope template with return address

broken image
broken image

Within your mail configuration file, you will find a mailers configuration array. For example, your application might use Postmark to send transactional emails while using Amazon SES to send bulk emails.

broken image

Each mailer configured within this file may have its own unique configuration and even its own unique 'transport', allowing your application to use different email services to send certain email messages. Laravel's email services may be configured via your application's config/mail.php configuration file. Laravel and Symfony Mailer provide drivers for sending email via SMTP, Mailgun, Postmark, Amazon SES, and sendmail, allowing you to quickly get started sending mail through a local or cloud based service of your choice. Laravel provides a clean, simple email API powered by the popular Symfony Mailer component.

broken image

Sending email doesn't have to be complicated.

broken image