PHPackages                             adolph/email - 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. adolph/email

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

adolph/email
============

a simple email package

31PHP

Since Oct 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/AdolphGithub/package)[ Packagist](https://packagist.org/packages/adolph/email)[ RSS](/packages/adolph-email/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

### install

[](#install)

```
composer require adolph/email

```

### using

[](#using)

```
$settings = [
    'host'			=>'smtp.163.com',
    'username'		=>'**********@**.com',
    'port'			=>25,
    'password'		=>'********',
];

$mail = new Adolph\Mailer($settings);

$result = $mail->sendMail('1138027478@qq.com','这里是传递的消息','这里是内容');

```

OR

```
$mail = new Adolph\Mailer();
$result = $mail->setHost('****')
    ->setUser('******')
    ->setPass('*********')
    ->setPort(25)
    ->sendMail('1138027478@qq.com','这里是传递的消息','这里是内容');
var_dump($result);

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17741183?v=4)[adolph](/maintainers/AdolphGithub)[@AdolphGithub](https://github.com/AdolphGithub)

---

Top Contributors

[![AdolphGithub](https://avatars.githubusercontent.com/u/17741183?v=4)](https://github.com/AdolphGithub "AdolphGithub (8 commits)")

---

Tags

composeremailpackagephp

### Embed Badge

![Health badge](/badges/adolph-email/health.svg)

```
[![Health](https://phpackages.com/badges/adolph-email/health.svg)](https://phpackages.com/packages/adolph-email)
```

###  Alternatives

[mattketmo/email-checker

Throwaway email detection library

2742.1M5](/packages/mattketmo-email-checker)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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