Skip to content

Brevo Mail support for Laravel applications

License

Notifications You must be signed in to change notification settings

impres/laravel-brevo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

evoMark company logo

Build status Total Downloads Licence

Laravel Brevo

composer require evo-mark/evo-laravel-brevo

.env file

MAIL_MAILER=brevo
MAIL_FROM_ADDRESS="example@example.com"
MAIL_FROM_NAME="Example"
BREVO_API_KEY="<your api token here>"

config/mail.php

    'mailers' => [
        'brevo' => [
            'transport' => 'brevo',
        ],
    ]

About

Brevo Mail support for Laravel applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%