PHPackages                             ride/lib-mail-mandrill - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. ride/lib-mail-mandrill

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

ride/lib-mail-mandrill
======================

Mandrill implementation for the mail library of the Ride framework

2.0.0(2y ago)03.8k1MITPHP

Since May 28Pushed 2y ago7 watchersCompare

[ Source](https://github.com/all-ride/ride-lib-mail-mandrill)[ Packagist](https://packagist.org/packages/ride/lib-mail-mandrill)[ RSS](/packages/ride-lib-mail-mandrill/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (3)Versions (11)Used By (1)

Ride: Mail Library (Mandrill)
=============================

[](#ride-mail-library-mandrill)

Mandrill implementation for the mail library of the PHP Ride framework.

For more information, you can check the [Mandrill website](https://www.mandrill.com/).

What's In This Library
----------------------

[](#whats-in-this-library)

### MandrillTransport

[](#mandrilltransport)

The *MandrillTransport* class implements the *Transport* interface. It uses the Mandrill rest API to send mails. You can set tags and the subaccount for all mails sent by the transport.

### MandrillMailMessage

[](#mandrillmailmessage)

The *MandrillMessage* class extends the *MailMessage* class. You can set tags and the subaccount for a mail message individually.

Code Sample
-----------

[](#code-sample)

```
