PHPackages                             ilhanaydinli/laravel-mail-check - 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. ilhanaydinli/laravel-mail-check

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

ilhanaydinli/laravel-mail-check
===============================

Check sending email using Laravel mail settings.

1.1.5(3y ago)328MITPHPPHP &gt;=5.6

Since Nov 13Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ilhanaydinli/laravel-mail-check)[ Packagist](https://packagist.org/packages/ilhanaydinli/laravel-mail-check)[ RSS](/packages/ilhanaydinli-laravel-mail-check/feed)WikiDiscussions main Synced 1mo ago

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

Laravel Mail Check
==================

[](#laravel-mail-check)

Check sending email using Laravel mail settings.

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

[](#installation)

Via Composer

```
composer require ilhanaydinli/laravel-mail-check
```

The package will automatically register itself.

#### View

[](#view)

If you want to configure the mail to be sent, you can publish the view.

```
php artisan vendor:publish --provider="IlhanAydinli\LaravelMailCheck\MailCheckProvider" --tag="views"
```

Commands
--------

[](#commands)

```
  mail-check:all                        Do all the checks.
  mail-check:config                     Checks Laravel mail settings.
  mail-check:mail                       Check sending email using Laravel mail settings.
  mail-check:spf                        Checks whether it can send mail on behalf of the e-mail address.
```

Example Usage
-------------

[](#example-usage)

```
php artisan mail-check:all
```

#### Successful Result

[](#successful-result)

```
$ php artisan mail-check:all

From which email address do you want to send mail? [from@test.com]:
>

To which email address do you want to send mail?:
> to@test.com

**********************************************
*     Please Wait - Mail Config Checking     *
**********************************************

Mail settings are successful.

**************************************
*     Please Wait - SPF Checking     *
**************************************

You can send an e-mail on behalf of test@test.com.

****************************************
*     Please Wait - E-Mail Sending     *
****************************************

E-mail sending was successful.
```

License
-------

[](#license)

This project is under the MIT license.

Please see the [license file](LICENSE) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Total

6

Last Release

1267d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a9fec823e0aa1e35f979caa2e76213a0ea3a729db071abc3d8a0df0cb8c2515?d=identicon)[ilhanaydinli](/maintainers/ilhanaydinli)

---

Top Contributors

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

---

Tags

laravel-mail-checklaravel-mail-control

### Embed Badge

![Health badge](/badges/ilhanaydinli-laravel-mail-check/health.svg)

```
[![Health](https://phpackages.com/badges/ilhanaydinli-laravel-mail-check/health.svg)](https://phpackages.com/packages/ilhanaydinli-laravel-mail-check)
```

###  Alternatives

[fedeisas/laravel-mail-css-inliner

Inline the CSS of your HTML emails using Laravel

5974.6M3](/packages/fedeisas-laravel-mail-css-inliner)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[propaganistas/laravel-disposable-email

Disposable email validator

5762.6M6](/packages/propaganistas-laravel-disposable-email)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[illuminate/notifications

The Illuminate Notifications package.

483.0M967](/packages/illuminate-notifications)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)

PHPackages © 2026

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