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(6y ago)16MITPHP

Since May 22Pushed 6y ago1 watchersCompare

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

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 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity56

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

2234d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5939043?v=4)[Daler](/maintainers/bdaler)[@bdaler](https://github.com/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.

319270.8k6](/packages/tzsk-sms)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

254168.5k](/packages/erag-laravel-disposable-email)[coreproc/nova-notification-feed

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

10049.3k](/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.1k](/packages/clarification-sendgrid-laravel-driver)

PHPackages © 2026

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