PHPackages                             bdaler/usermailer - 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. bdaler/usermailer

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

bdaler/usermailer
=================

Library allowing Users to send email with their own SMTP settings in Laravel

1.0(5y ago)16MITPHP

Since May 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/bdaler/laravelUserMailer)[ Packagist](https://packagist.org/packages/bdaler/usermailer)[ RSS](/packages/bdaler-usermailer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

laravelUserMailer
=================

[](#laravelusermailer)

Library allowing Users to send email with their own SMTP settings in Laravel

- install via composer: `composer require bdaler/usermailer`
- simple usage:

```
    $credentials = new UserMailCredentials();
    $credentials
        ->setMailerName('smtp')
        ->setFromEmail('example@yandex.ru')
        ->setFromName('example')
        ->setSmtpHost('smtp.yandex.ru')
        ->setSmtpPort('587')
        ->setSmtpUserName('example@yandex.ru')
        ->setSmtpPassword('emailPassword')
        ->setSmtpEncryption('tls');

    $mailer = (new UserMailer())->getMailer($credentials);
    $mailer->to('example@outlook.com')->send(new SomeMailable());

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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

2186d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cb3a3bfc727a18b2d4f8e437937b775ad423341fa02b4c88e13b46e3efb74b88?d=identicon)[bdaler](/maintainers/bdaler)

---

Tags

laravel

### Embed Badge

![Health badge](/badges/bdaler-usermailer/health.svg)

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

###  Alternatives

[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)[coreproc/nova-notification-feed

A Laravel Nova package that adds a notification feed in your Nova app.

10149.1k](/packages/coreproc-nova-notification-feed)[matthewbdaly/laravel-sms

A Laravel and Lumen integration for matthewbdaly/sms-client to enable sending SMS messages

3529.8k](/packages/matthewbdaly-laravel-sms)[clarification/sendgrid-laravel-driver

Sendgrid mail driver for Laravel

1131.0k](/packages/clarification-sendgrid-laravel-driver)

PHPackages © 2026

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