PHPackages                             email/send - 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. email/send

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

email/send
==========

Send Email &amp; Save information into database

v1.0.6(7y ago)114MITPHP

Since Nov 1Pushed 7y agoCompare

[ Source](https://github.com/MunnaAhmed/SendEmail)[ Packagist](https://packagist.org/packages/email/send)[ RSS](/packages/email-send/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (7)Used By (0)

Send Email &amp; Save information into database
===============================================

[](#send-email--save-information-into-database)

[![Issues](https://camo.githubusercontent.com/9e7f81e1b6fb3477f0119abe87d26f08b2ed386bbe9a8e971d95b0fca8edf994/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f4d756e6e6141686d65642f53656e64456d61696c2e7376673f7374796c653d706f706f75742d737175617265)](https://github.com/MunnaAhmed/SendEmail/issues)[![Stars](https://camo.githubusercontent.com/3e8a7e39e27cdbc60cd2b4e61a27b80aad5ba47532a9627eff51ae0a2a696f1d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f4d756e6e6141686d65642f53656e64456d61696c2e7376673f7374796c653d706f706f75742d737175617265)](https://github.com/MunnaAhmed/SendEmail/stargazers)[![Forks](https://camo.githubusercontent.com/01191c9dfc46d28a278eb89d430b7f21b2bf3be5c5bd4909b90a48a9f83d1cad/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f4d756e6e6141686d65642f53656e64456d61696c2e7376673f7374796c653d666c61742d737175617265)](https://github.com/MunnaAhmed/SendEmail/network)

Send Email &amp; Save to database

Installing Email\\Send
----------------------

[](#installing-emailsend)

Next, run the Composer command to install the latest stable version:

```
composer require email/send
```

After installing, you need to require Composer's autoloader:

```
php artisan vendor:publish
```

And then

hit 0 and enter

After complete publishing in vendor then migrating your database

```
php artisan migrate
```

Main Url is
-----------

[](#main-url-is)

```
url: es/input
```

Email Setup via env with gmail account
--------------------------------------

[](#email-setup-via-env-with-gmail-account)

```
MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=yourgmail@gmail.com
MAIL_PASSWORD=yourgmailpassword
MAIL_ENCRYPTION=tls
```

After changing .env file then you should to go config folder and open 'mail.php' file and change following options from 'mail.php' file

```
'host' => env('MAIL_HOST', 'smtp.gmail.com'),
'port' => env('MAIL_PORT', 587),
'from' => [
    'address' => env('MAIL_FROM_ADDRESS', 'reply email address for client'),
    'name' => env('MAIL_FROM_NAME', 'Your Company Title'),
],
```

Its just a testing send email package

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Total

6

Last Release

2751d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/94953474?v=4)[MunnaAhmed](/maintainers/MunnaAhmed)[@munnaahmed](https://github.com/munnaahmed)

---

Top Contributors

[![munnaweber](https://avatars.githubusercontent.com/u/36112694?v=4)](https://github.com/munnaweber "munnaweber (10 commits)")

### Embed Badge

![Health badge](/badges/email-send/health.svg)

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

###  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)
