PHPackages                             koldy/phpmailer - 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. koldy/phpmailer

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

koldy/phpmailer
===============

An extension to Koldy Framework that brings integration for PHPMailer

0.2.0(5mo ago)0186MITPHPPHP &gt;=8.1

Since May 25Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/koldy/phpmailer)[ Packagist](https://packagist.org/packages/koldy/phpmailer)[ Docs](https://koldy.net)[ RSS](/packages/koldy-phpmailer/feed)WikiDiscussions master Synced yesterday

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

Koldy PHPMailer
===============

[](#koldy-phpmailer)

Use this package to integrate PHPMailer with your project built on top of Koldy Framework. Minimum PHP version is PHP `8.1`. This package is using PHPMailer to send emails via SMTP only.

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

[](#installation)

```
composer require koldy/phpmailer
```

Configuration
-------------

[](#configuration)

In your project's config folder (usually `configs/mail.php`), add the following block:

```
'phpmailer' => [
    'enabled' => true,
    'adapter_class' => \KoldyPHPMailer\PHPMailer::class,
    'options' => [
        'host' => 'your.domain.com', // required
        'port' => 465, // required
        'username' => 'your.username', // optional
        'password' => 'your.password', // optional
        'from' => 'no-reply@your.domain.com', // optional
        'fromName' => 'Your Name', // optional
        'adjust' => function ($phpmailer) { // optional
            // you can adjust the PHPMailer's instance here, for example:
            $phpmailer->SMTPDebug = \PHPMailer\PHPMailer\SMTP::DEBUG_SERVER;
        }
    ]
]
```

Licence
-------

[](#licence)

Open sourced and published under [MIT licence](http://opensource.org/licenses/MIT).

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance73

Regular maintenance activity

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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 ~431 days

Total

4

Last Release

152d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3adc4aa48c1129c17412700bdbc194ec4a568fa27fca30ab1c9a7d28da5ffb2c?d=identicon)[vkoudela](/maintainers/vkoudela)

---

Top Contributors

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

---

Tags

smtpmailingphpmailer

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/koldy-phpmailer/health.svg)

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

###  Alternatives

[itinerisltd/wp-phpmailer

WP PHPMailer provides a clean and simple way to configure WordPress-bundled PHPMailer library, allowing you to quickly get started sending mail through a local or cloud based service of your choice.

6231.6k](/packages/itinerisltd-wp-phpmailer)[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)[adrianorsouza/codeigniter-phpmailer

CodeIgniter Mail Plugin Powered by PHPMailer Library

142.3k](/packages/adrianorsouza-codeigniter-phpmailer)

PHPackages © 2026

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