PHPackages                             sebastiankennedy/laravel-mail-ali-cloud-direct-mail - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. sebastiankennedy/laravel-mail-ali-cloud-direct-mail

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

sebastiankennedy/laravel-mail-ali-cloud-direct-mail
===================================================

Ali Cloud Direct Mail for Laravel Application.

1.1.1(7y ago)13.8k↓40%MITPHP

Since Dec 14Pushed 7y agoCompare

[ Source](https://github.com/sebastiankennedy/laravel-mail-ali-cloud-direct-mail)[ Packagist](https://packagist.org/packages/sebastiankennedy/laravel-mail-ali-cloud-direct-mail)[ RSS](/packages/sebastiankennedy-laravel-mail-ali-cloud-direct-mail/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (3)Versions (3)Used By (0)

 laravel-mail-ali-cloud-direct-mail
====================================

[](#-laravel-mail-ali-cloud-direct-mail-)

📧 Ali Cloud Drirect Mail for Laravel Application.

Installing
----------

[](#installing)

```
$ composer require sebastiankennedy/laravel-mail-ali-cloud-direct-mail -vvv
```

Usage
-----

[](#usage)

`.env`

```
MAIL_DRIVER=ali_cloud_direct_mail
```

`services.php`

```
[
    'ali_cloud_direct_mail' => [
        'access_key_id' => env('ALI_CLOUD_DIRECT_MAIL_ACCESS_KEY_ID'),
        'access_key_secret' => env('ALI_CLOUD_DIRECT_MAIL_ACCESS_KEY_SECRET'),
        'from_alias' => env('ALI_CLOUD_DIRECT_MAIL_FROM_ALIAS'),
        'account_name' => env('ALI_CLOUD_DIRECT_MAIL_ACCOUNT_NAME'),
        'format' => env('ALI_CLOUD_DIRECT_MAIL_FORMAT', 'JSON'),
        'version' => env('ALI_CLOUD_DIRECT_MAIL_VERSION', '2015-11-23'),
        'region_id' => env('ALI_CLOUD_DIRECT_MAIL_REGION_ID', 'cn-hangzhou'),
        'click_trace' => env('ALI_CLOUD_DIRECT_MAIL_CLICK_TRACE', 0),
        'address_type' => env('ALI_CLOUD_DIRECT_MAIL_ADDRESS_TYPE', 1),
    ],
]
```

Usage

```
use Illuminate\Support\Facades\Mail;

...

Mail::to($email)->send($mailable);

...

```

Contributing
------------

[](#contributing)

You can contribute in one of three ways:

1. File bug reports using the [issue tracker](https://github.com/sebastiankennedy/laravel-mail-ali-cloud-direct-mail/issues).
2. Answer questions or fix bugs on the [issue tracker](https://github.com/sebastiankennedy/laravel-mail-ali-cloud-direct-mail/issues).
3. Contribute new features or update the wiki.

*The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.*

License
-------

[](#license)

MIT

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~19 days

Total

3

Last Release

2669d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/36435969?v=4)[Sebastian Kennedy](/maintainers/sebastiankennedy)[@sebastiankennedy](https://github.com/sebastiankennedy)

---

Top Contributors

[![sebastiankennedy](https://avatars.githubusercontent.com/u/36435969?v=4)](https://github.com/sebastiankennedy "sebastiankennedy (48 commits)")

### Embed Badge

![Health badge](/badges/sebastiankennedy-laravel-mail-ali-cloud-direct-mail/health.svg)

```
[![Health](https://phpackages.com/badges/sebastiankennedy-laravel-mail-ali-cloud-direct-mail/health.svg)](https://phpackages.com/packages/sebastiankennedy-laravel-mail-ali-cloud-direct-mail)
```

###  Alternatives

[spatie/laravel-failed-job-monitor

Get notified when a queued job fails

1.0k2.6M4](/packages/spatie-laravel-failed-job-monitor)[vemcogroup/laravel-sparkpost-driver

SparkPost driver to use with Laravel 6.x|7.x|8.x|9.x|10.x

421.7M1](/packages/vemcogroup-laravel-sparkpost-driver)[spatie/mailcoach

Self-host Mailcoach

4007.0k](/packages/spatie-mailcoach)[guanguans/notify

Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

682104.9k7](/packages/guanguans-notify)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
