Sponsor

Effortlessly Send Email with Mandrill (Sponsor)

Published
Effortlessly Send Email  with Mandrill (Sponsor) image

Mandrill is a scalable, reliable, and secure email infrastructure service trusted by more than 300,000 customers. It’s easy to set up and integrate with existing Laravel apps. And it’s really fast, too. With servers all over the world, Mandrill can deliver your email in milliseconds.

Use Mandrill to send automated one-to-one email like password resets and welcome messages, as well as marketing emails and customized newsletters. Mandrill is quick to set up, easy to use, and ridiculously stable. We made it for developers, who love documentation, integrations, high delivery rates, webhooks, and analytics.

Getting started with Mandrill in your Laravel app couldn’t be simpler. In fact it only takes four steps:

  1. Signup and generate an API key
  2. Require Guzzle
  3. Set your API key
  4. Set your mail config

Here are the steps in detail if you’d like to get started today.

Require Guzzle in your composer.json:

"guzzlehttp/guzzle": "~4.0"

Set your API key in app/config/services.php:

'mandrill' => array(
'secret' => 'your-mandrill-key',
),

Finally edit your app/config/mail.php to initialize the Mandrill driver and set your from address:

'driver' => 'mandrill',
'from' => array('address' => 'you@you.com', 'name' => 'Acme Company'),

In those simple steps you can be up and running.

***

Many thanks to Mandrill via Syndicate Ads for sponsoring the site this week.

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Filed in

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
Agent Run Observability in Laravel AI SDK 0.11 image

Agent Run Observability in Laravel AI SDK 0.11

Read article
Debounced Queued Event Listeners in Laravel image

Debounced Queued Event Listeners in Laravel

Read article
Statamic Mailables Viewer Previews Laravel Emails in the Control Panel image

Statamic Mailables Viewer Previews Laravel Emails in the Control Panel

Read article
Laravel Tackle: Run an AI Coding Agent in Your Laravel App image

Laravel Tackle: Run an AI Coding Agent in Your Laravel App

Read article
Queue::forward(): Reroute Laravel Queues in One Place image

Queue::forward(): Reroute Laravel Queues in One Place

Read article
Laravel Read-Through Filesystem: Lazy Storage Migration image

Laravel Read-Through Filesystem: Lazy Storage Migration

Read article