2017 © Pedro Peláez
 

library laravel-aliyun-mail

ibrand aliyun mail

image

ibrand/laravel-aliyun-mail

ibrand aliyun mail

  • Thursday, February 1, 2018
  • by shjchen
  • Repository
  • 1 Watchers
  • 3 Stars
  • 81 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 93 % Grown

The README.md

Laravel Aliyun Mail

Aliyun Single Send Mail Services for Laravel., (*1)

Installation

composer require ibrand/laravel-aliyun-mail -vvv

If your Laravel version below 5.5, you need add the follow line to the section providers of config/app.php:, (*2)

iBrand\AliyunMail\ServiceProvider::class,

Usage

Set aliyun for mail driver.

Set MAIL_DRIVER=aliyunmail in .env file., (*3)

Set aliyun account

  1. Setting up from the config/services.php file.
    'aliyunmail' => [
            'access_key' => env('ALIYUN_MAIL_ACCESS_KEY','your aliyun access key'),
            'access_secret' => env('ALIYUN_MAIL_ACCESS_SECRET','your aliyun access secret'),
            'region' => env('ALIYUN_MAIL_REGION', 'cn-hangzhou','your aliyun mail account region'),
            'account_name' => env('ALIYUN_MAIL_ACCOUNT_NAME','your aliyun mail account name'),
            'account_alias' => env('ALIYUN_MAIL_ACCOUNT_ALIAS','your aliyun mail account alias')
        ]
  1. Setting up from .env file.
ALIYUN_MAIL_ACCESS_KEY=
ALIYUN_MAIL_ACCESS_SECRET=
ALIYUN_MAIL_REGION=
ALIYUN_MAIL_ACCOUNT_NAME=
ALIYUN_MAIL_ACCOUNT_ALIAS=

https://laravel.com/docs/5.5/mail, (*4)

The Versions

01/02 2018

dev-master

9999999-dev

ibrand aliyun mail

  Sources   Download

MIT

The Requires

  • php >=5.6

 

by Avatar shjchen

ibrand aliyun mail

01/02 2018

v1.1.0

1.1.0.0

ibrand aliyun mail

  Sources   Download

MIT

The Requires

  • php >=5.6

 

by Avatar shjchen

ibrand aliyun mail

26/12 2017

v1.0.0

1.0.0.0

ibrand aliyun mail

  Sources   Download

MIT

The Requires

  • php ^5.6|^7.0

 

by Avatar shjchen

ibrand aliyun mail