PHPackages                             fifths/php\_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. fifths/php\_mail

ActiveLibrary

fifths/php\_mail
================

php\_mail

0.0.1(10y ago)016MITPHP

Since Jan 4Pushed 10y ago1 watchersCompare

[ Source](https://github.com/fifths/php_mail)[ Packagist](https://packagist.org/packages/fifths/php_mail)[ RSS](/packages/fifths-php-mail/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

php\_mail
=========

[](#php_mail)

[![Build Status](https://camo.githubusercontent.com/5db003d1e118e5bc55d5b835c918fe1e781384b7680a042f46d469561dac9129/68747470733a2f2f7472617669732d63692e6f72672f6669667468732f7068705f6d61696c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/fifths/php_mail)[![Latest Stable Version](https://camo.githubusercontent.com/cf2147c13b3ccf4ae55b428e6fdac7b96c72026042ac65b8d62f152f7f2a2b59/68747470733a2f2f706f7365722e707567782e6f72672f6669667468732f7068705f6d61696c2f762f737461626c65)](https://packagist.org/packages/fifths/php_mail)[![Total Downloads](https://camo.githubusercontent.com/7f29b89e42743c354845031a1109256886ce572f2b37ee1f2b792a002d59b8a2/68747470733a2f2f706f7365722e707567782e6f72672f6669667468732f7068705f6d61696c2f646f776e6c6f616473)](https://packagist.org/packages/fifths/php_mail)[![Latest Unstable Version](https://camo.githubusercontent.com/4b226a1420a3faeb50cd58ef33bfb0ae0f68913e179bb5ac70586afcaab046b5/68747470733a2f2f706f7365722e707567782e6f72672f6669667468732f7068705f6d61696c2f762f756e737461626c65)](https://packagist.org/packages/fifths/php_mail)[![License](https://camo.githubusercontent.com/83e8d84c6aa31e153f3f529554d6a80d89693b321951c939bd3727b18c71d896/68747470733a2f2f706f7365722e707567782e6f72672f6669667468732f7068705f6d61696c2f6c6963656e7365)](https://packagist.org/packages/fifths/php_mail)

### Installation

[](#installation)

```
composer require fifths/php_mail

```

### Quick Start and Examples

[](#quick-start-and-examples)

```
require __DIR__ . "/../vendor/autoload.php";
use Mail\Smtp;

$mail = new Smtp();

$mail->host = 'smtp.163.com';
$mail->user = 'xxx@163.com';
$mail->pass = 'xxx';

$mail->debug = true;
$mail->nickname = 'fifths';
$to = "xxx@qq.com";
$subject = 'it is subject';
$body = 'it is body';
$data = $mail->sendMail($to, $body, $subject);
print_r($data);

```

```
succeed connect to smtp.163.com:25
220 163.com Anti-spam GT for Coremail System (163com[20141201])
250 OK
334 UGFzc3dvcmQ6
235 Authentication successful
250 Mail OK
250 Mail OK
354 End data with .
250 Mail OK queued as smtp7,C8CowEA5d0bRGYpW8O4AAA--.501S2 1451891154
221 Bye

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3784d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/49f757c592dc7b6d8f02c741712d1a08d01875e4ada853bbec66012398e171e3?d=identicon)[fifths](/maintainers/fifths)

---

Top Contributors

[![maxlee123456](https://avatars.githubusercontent.com/u/63325897?v=4)](https://github.com/maxlee123456 "maxlee123456 (6 commits)")

### Embed Badge

![Health badge](/badges/fifths-php-mail/health.svg)

```
[![Health](https://phpackages.com/badges/fifths-php-mail/health.svg)](https://phpackages.com/packages/fifths-php-mail)
```

PHPackages © 2026

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