kevinzheng/laravel-switchable-mail 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

kevinzheng/laravel-switchable-mail

Composer 安装命令:

composer require kevinzheng/laravel-switchable-mail

包简介

For Laravel to support multiple and switchable on runtime mail drivers.

README 文档

README

It makes Laravel be able to maintain multiple mail drivers at the same time, and be able to send to different mail addresses with specified mail drivers as configured at runtime automatically.

Instructions

English

中文简体

Installation

  1. Install this package using the Composer manager:

    composer require kevinzheng/laravel-switchable-mail
  2. Replace Illuminate\Mail\MailServiceProvider::class with KVZ\Laravel\SwitchableMail\MailServiceProvider::class in the config/app.php file.

  3. Publish configuration file:

    php artisan vendor:publish --tag=switchable-mail

Configuration

It uses the MAIL_DRIVER configured in .env as the default mail driver, for those addresses you want to send to with specified mail drivers, configure it at switchable-mail.php. You should install the mail drivers not provided by Laravel at the meantime, such as Aliyun Direct Mail and SendCloud:

```php
// 'directmail' => [
//     'qq.com', '163.com', '126.com', 'sina.com', 'sina.com.cn', 'sohu.com',
// ],

// 'mailgun' => [
//     'example.com',
// ],
```

Two mail drivers are available:

laravel-directmail

laravel-sendcloud

Usage

Nothing needs to be done, just use Laravel Mail as usual.

Thanks to

ElfSundae

统计信息

  • 总下载量: 4.64k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 27
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 27
  • Watchers: 2
  • Forks: 19
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-11-23

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固