PHPackages                             kuusamo/plugin-smtp - 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. kuusamo/plugin-smtp

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

kuusamo/plugin-smtp
===================

SMTP plugin for Kuusamo

1.0.1(3y ago)03MITPHPPHP &gt;=7.4.0

Since Nov 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/kuusamo/plugin-smtp)[ Packagist](https://packagist.org/packages/kuusamo/plugin-smtp)[ Docs](https://github.com/kuusamo/plugin-smtp)[ RSS](/packages/kuusamo-plugin-smtp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

SMTP Plugin
===========

[](#smtp-plugin)

[![Latest Stable Version](https://camo.githubusercontent.com/ae4b459988d3360b77774d06c8d1fa7cc548951b7de835aa2d5d5c12d97a1141/68747470733a2f2f706f7365722e707567782e6f72672f6b757573616d6f2f706c7567696e2d736d74702f76)](//packagist.org/packages/kuusamo/plugin-smtp)[![Total Downloads](https://camo.githubusercontent.com/876f3cd5110db73d7537c79d3cf949910349b0385e86b6c38e67afe26c865bf5/68747470733a2f2f706f7365722e707567782e6f72672f6b757573616d6f2f706c7567696e2d736d74702f646f776e6c6f616473)](//packagist.org/packages/kuusamo/plugin-smtp)[![License](https://camo.githubusercontent.com/b7f244e3dd954525bf9ec31d425e3587e29bcb9be1853d89de035dcb2eb80fe6/68747470733a2f2f706f7365722e707567782e6f72672f6b757573616d6f2f706c7567696e2d736d74702f6c6963656e7365)](//packagist.org/packages/kuusamo/plugin-smtp)[![Build Status](https://camo.githubusercontent.com/a7da17ff7540c6a986e03d9de56582017241b82ab5bacf381028caa9b85f910f/68747470733a2f2f6170702e7472617669732d63692e636f6d2f6b757573616d6f2f706c7567696e2d736d74702e7376673f6272616e63683d6d6173746572267374617475733d706173736564)](https://app.travis-ci.com/github/kuusamo/plugin-smtp)

This plugin adds SMTP email integration to Kuusamo.

Installation
------------

[](#installation)

Install into your project using Composer.

```
composer require kuusamo/plugin-smtp

```

Usage
-----

[](#usage)

Install it in `index.php` of your project.

```
$smtpConfig = new Kuusamo\Plugin\Smtp\SmtpConfig([
    'senderAddress' => 'test@example.com',
    'senderName' => 'Kuusamo',
    'senderReplyAddress' => 'reply@example.com', // optional
    'host' => 'smtp.example.com',
    'port' => 25,
    'username' => 'smtp-user',
    'password' => 'smtp-password'
]);

$provider = Kuusamo\Plugin\Smtp\SmtpFactory::create($smtpConfig);
Kuusamo\Vle\Service\Email\EmailFactory::setProvider($provider);

```

Development
-----------

[](#development)

Run the tests

```
ant

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Every ~529 days

Total

2

Last Release

1104d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/961906?v=4)[Chris Worfolk](/maintainers/xmeltrut)[@xmeltrut](https://github.com/xmeltrut)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/kuusamo-plugin-smtp/health.svg)

```
[![Health](https://phpackages.com/badges/kuusamo-plugin-smtp/health.svg)](https://phpackages.com/packages/kuusamo-plugin-smtp)
```

###  Alternatives

[ivantcholakov/codeigniter-phpmailer

A CodeIgniter 3 compatible email-library powered by PHPMailer.

25313.9k](/packages/ivantcholakov-codeigniter-phpmailer)[markguinn/silverstripe-email-helpers

Silverstripe extension containing SMTP mailer class and some other classes for HTML emails

3145.4k1](/packages/markguinn-silverstripe-email-helpers)[msp/smtp

SMTP with PHPMailer

2129.4k](/packages/msp-smtp)[nfephp-org/sped-mail

API para geração e envio dos emails relacionados com o SPED.

1123.7k](/packages/nfephp-org-sped-mail)

PHPackages © 2026

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