Resource

Using Mandrill for Transactional Emails in Laravel 4

It is almost ridiculous how easy it is to configure Laravel 4 to send emails via Mandrill.

Open: app/config/mail.php

Change  your details to reflect your Mandrill SMTP & API Credentials:

 'host' => 'smtp.mandrillapp.com',
 'port' => 587,
 'username' => 'mandrill@example.com',
 'password' => 'any valid Mandrill API key'

Save. You’re now sending your transactional emails using Mandrill.

Enjoying this content? Subscribe for more
Subscribe now

Subscribe to be notified of new content and support shriker.ca Pinky promise that I won't sell your email.