定制 guissilveira/maildocker-laravel-driver 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

guissilveira/maildocker-laravel-driver

Composer 安装命令:

composer require guissilveira/maildocker-laravel-driver

包简介

Maildocker mail driver for Laravel

README 文档

README

Install

Require this package with composer using the following command:

composer require guissilveira/maildocker-laravel-driver

After updating composer, add the service provider to the providers array in config/app.php

Guissilveira\MailDrivers\Maildocker\MaildockerServiceProvider::class,

You will also need to add the Maildocker API Key and API Secret settings to the array in config/services.php and set up the environment key

'maildocker' => [
    'api_key' => env('MAILDOCKER_API_KEY'),
    'api_secret' => env('MAILDOCKER_API_SECRET'),
],
MAILDOCKER_API_KEY=__Your_api_key_here__
MAILDOCKER_API_SECRET=__Your_api_secret_here__

Finally you need to set your mail driver to maildocker. You can do this by changing the driver in config/mail.php

'driver' => env('MAIL_DRIVER', 'maildocker'),

Or by setting the environment variable MAIL_DRIVER in your .env file

MAIL_DRIVER=maildocker

If you need to pass any options to the guzzle client instance which is making the request to the Maildocker API, you can do so by setting the 'guzzle' options in config/services.php

'maildocker' => [
    'api_key' => env('MAILDOCKER_API_KEY'),
    'api_secret' => env('MAILDOCKER_API_SECRET'),
    'guzzle' => [
        'verify' => true,
        'decode_content' => true,
    ]
],

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-07-06

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固