involve-digital/laravel-mail-ecomail

EcoMail transport layer

Installs: 72

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/involve-digital/laravel-mail-ecomail

1.0.8 2025-05-02 10:26 UTC

This package is auto-updated.

Last update: 2025-10-10 09:39:49 UTC


README

Requirements


Install

composer require involve-digital/laravel-mail-ecomail

Add api key in env

ECOMAIL_API_KEY=yourApiKey

Add driver into mail.php config

'ecomail' => [
    'transport' => 'ecomail',
],

Change mailer

MAIL_MAILER=ecomail

Publish config

php artisan vendor:publish --tag=laravel-mail-ecomail-config