Giter VIP home page Giter VIP logo

laravel-mandrill-driver's Introduction

Logo Laravel Mandrill Driver

PHPUnit StyleCI Total Downloads Latest Stable Version License

The missing Mandrill API based mail driver for Laravel

Note

This is a community project and not an official Laravel package

Versions

Laravel Install
11.x ^4.0
10.x ^3.1
9.x ^3.0
8.x ^2.0
7.x ^1.2
6.x ^1.0

Installation Guide for Laravel 8, 9, 10 & 11

  1. Install the Package via Composer

Run the following command in your terminal to install the package using Composer:

composer require intonate/laravel-mandrill-driver
  1. Configure Environment Variables

Update your .env file with the following environment variables:

MAIL_MAILER=mandrill
MANDRILL_SECRET=YourMandrillAPIKey
  1. Update Service Configuration

Open your config/services.php file and add the Mandrill configuration to it:

'mandrill' => [
    'secret' => env('MANDRILL_SECRET'),
],
  1. Configure Mail Driver

In your config/mail.php file, add the Mandrill mailer configuration to the "mailers" array:

'mailers' => [
    //...

    'mandrill' => [
        'transport' => 'mandrill',
    ],
],

Installation Guide for Laravel 6 & 7

Follow these steps to configure the Mandrill mail driver for Laravel 6 and 7:

  1. Configure Environment Variables

Update your .env file with the following environment variables:

MAIL_DRIVER=mandrill
MANDRILL_SECRET=YourMandrillAPIKey
  1. Update Service Configuration

Open the config/services.php file and insert the Mandrill configuration:

'mandrill' => [
    'secret' => env('MANDRILL_SECRET'),
],

Credits

License

This is an open-sourced software licensed under the MIT license.

laravel-mandrill-driver's People

Contributors

mccaulay avatar scrubmx avatar socieboy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

laravel-mandrill-driver's Issues

Laravel 10?

Will you be supporting Laravel 10? If so, do you have an ETA?

Laravel Framework 7.27.0 Error install

Your requirements could not be resolved to an installable set of packages.

Problem 1
- Installation request for intonate/laravel-mandrill-driver ^2.0 -> satisfiable by intonate/laravel-mandrill-driver[2.0.0].
- Conclusion: remove guzzlehttp/guzzle 6.5.5
- Conclusion: don't install guzzlehttp/guzzle 6.5.5
- intonate/laravel-mandrill-driver 2.0.0 requires guzzlehttp/guzzle ^7.0 -> satisfiable by guzzlehttp/guzzle[7.0.x-dev, 7.1.x-dev].
- Can only install one of: guzzlehttp/guzzle[7.0.x-dev, 6.5.5].
- Can only install one of: guzzlehttp/guzzle[7.1.x-dev, 6.5.5].
- Installation request for guzzlehttp/guzzle (locked at 6.5.5, required as ^6.5) -> satisfiable by guzzlehttp/guzzle[6.5.5].

Laravel 11?

Will you be adding support for laravel 11?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.