involve-digital/laravel-mail-ecomail

1.0.7 2024-09-25 07:20 UTC

This package is auto-updated.

Last update: 2024-09-25 07:21:09 UTC


README

需求


安装

composer require involve-digital/laravel-mail-ecomail

在.env文件中添加API密钥

ECOMAIL_API_KEY=yourApiKey

在mail.php配置中添加驱动

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

更改邮件发送器

MAIL_MAILER=ecomail

发布配置

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