PHPackages                             patrixsmart/mailfast - 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. patrixsmart/mailfast

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

patrixsmart/mailfast
====================

A simple package use to send email with the option of attaching a file and save the mail message to the database.

16PHP

Since Jan 11Pushed 7y agoCompare

[ Source](https://github.com/patrickadvance/mailfast)[ Packagist](https://packagist.org/packages/patrixsmart/mailfast)[ RSS](/packages/patrixsmart-mailfast/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

PatriXsmarT Mailfast
====================

[](#patrixsmart-mailfast)

[![](https://camo.githubusercontent.com/27d8fde5221a9bfa042bd3da24463324e80f83452a2259cb72facc9ab7385924/68747470733a2f2f7777772e706174726978736d6172742e636f6d2f73746f726167652f706174726978736d6172745f696d616765732f73686f72746375745f69636f6e2e6a7067)](https://patrixsmart.com)

[![Total Downloads](https://camo.githubusercontent.com/f41beefa030e2fe571ec446f035fbc9fddc1185550f58200b5834f455caade54/68747470733a2f2f706f7365722e707567782e6f72672f706174726978736d6172742f6d61696c666173742f642f746f74616c2e737667)](https://packagist.org/packages/patrixsmart/mailfast)[![License](https://camo.githubusercontent.com/8c799bc94e60cca5b433fa621406e3c77ff3faf4587fc5d787df21c986369ce9/68747470733a2f2f706f7365722e707567782e6f72672f706174726978736d6172742f6d61696c666173742f6c6963656e73652e737667)](https://packagist.org/packages/patrixsmart/mailfast)

[![GitHub stars](https://camo.githubusercontent.com/7eb8b605060d68f58c447a29791240e7e28fd3293a9530a24a1e43e3e59321f7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f706174726978736d6172742f6d61696c666173742e737667)](https://github.com/patrixsmart/mailfast/stargazers)[![GitHub issues](https://camo.githubusercontent.com/a8a0a073f3671bb028bcf4a7b0a2d4a43f5ee8049307e7091d2743849cf7d62a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f706174726978736d6172742f6d61696c666173742e737667)](https://github.com/patrixsmart/mailfast/issues)

*A simple package use to send email with the option of attaching a file and save the mail message to the database.*
-------------------------------------------------------------------------------------------------------------------

[](#a-simple-package-use-to-send-email-with-the-option-of-attaching-a-file-and-save-the-mail-message-to-the-database)

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

[](#installation)

### Set up package

[](#set-up-package)

```
composer require patrixsmart/mailfast

```

### Add ServiceProvider

[](#add-serviceprovider)

Edit config/app.php, add the following file to `Application Service Providers` section.

```
Patrixsmart\Mailfast\MailfastServiceProvider::class,
Unisharp\Ckeditor\ServiceProvider::class,

```

### Publish the resources

[](#publish-the-resources)

```
php artisan vendor:publish --tag=mailfast
php artisan vendor:publish --tag=ckeditor

```

### Migrate Mailfast Mails Table

[](#migrate-mailfast-mails-table)

```
php artisan migrate

```

### Set-Up .env Credentials For Mails

[](#set-up-env-credentials-for-mails)

```
MAIL_DRIVER=smtp
MAIL_HOST=xxxxxxxxxx
MAIL_PORT=587
MAIL_USERNAME=xxxxxxxxxx
MAIL_PASSWORD=xxxxxxxxxx
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=mailfast@patrixsmart.com
MAIL_FROM_NAME=PatriXsmarT

```

### Email Form Location

[](#email-form-location)

```
http://..../mailfast/form

```

### Delete All Previously Sent Mails

[](#delete-all-previously-sent-mails)

Delete stored mails older than today from the `mailfast_mails table` with the command below.

```
php artisan mailfast:prune

```

### Security Vulnerabilities

[](#security-vulnerabilities)

If you discover a security vulnerability within Mailfast, please send an e-mail to Patrick C. Duruamadi via . All security vulnerabilities will be promptly addressed.

### License

[](#license)

The PatriXsmarT Mailfast is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/44182075?v=4)[Patrick Duruamadi](/maintainers/patrickadvance)[@patrickadvance](https://github.com/patrickadvance)

### Embed Badge

![Health badge](/badges/patrixsmart-mailfast/health.svg)

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

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

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

PHPackages © 2026

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