Skip to content

patrixsmart/mailrub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PatriXsmarT Mailfast


Total Downloads License

GitHub stars GitHub issues

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

Installation

Set up package

composer require patrixsmart/mailfast

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

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

Migrate Mailfast Mails Table

php artisan migrate

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

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

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

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

License

The PatriXsmarT Mailfast is open-sourced software licensed under the MIT license.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published