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

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

crazy-email-package/send-email
==============================

this package to facilitate the process of sending email

1.0.9(2y ago)093MIT

Since Dec 26Compare

[ Source](https://github.com/crazyideaco/crazyEmailPackage)[ Packagist](https://packagist.org/packages/crazy-email-package/send-email)[ Docs](https://github.com/crazyideaco/send-email)[ RSS](/packages/crazy-email-package-send-email/feed)WikiDiscussions Synced yesterday

READMEChangelog (10)Dependencies (8)Versions (11)Used By (0)

send-email
==========

[](#send-email)

this package to facilitate the creation of the email and send it

> composer require crazy-email-package/send-email

> php artisan vendor:publish --provider="CrazyEmailPackage\\SendEmail\\CrazySendMailServiceProvider"

```
// for web
Route::post('/crazy_email', SendMailWebController::class)->name('crazy_email.send_mail');

//  for api
Route::post('/crazy_email', SendMailApiController::class);

```

this is the route for sending the email

```

    $(document).ready(function () {
        $('#sendEmailButton').click(function () {
            // Get form data or create an object with the required parameters
            var mailData = {
                sender_email: "sender@example.com",
                receiver_email: "receiver@example.com",
                subject: "Test Email",
                body: "This is a test email.",
                logo: "path/to/logo.png"
            };

            var viewPath = "emails_templates.mail_notify";

            // Make Ajax request
            $.ajax({
                type: 'POST',
                url: '/crazy_email',
                contentType: 'application/json',
                data: JSON.stringify({
                    mailData: mailData,
                    view_path: viewPath
                }),
                success: function (response) {
                    console.log(response);
                    // Handle success response
                },
                error: function (error) {
                    console.error(error);
                    // Handle error response
                }
            });
        });
    });

```

```
    "sender_email": "mostafa.m.hashem.1@gmail.com",
    "receiver_email": "crazyideacompany@gmail.com",
    "subject": "test email",
    "body": "Test Email Body ",
    "logo": {the file link}
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.5% 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 ~1 days

Total

10

Last Release

912d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3ad75bdd679914dbbc28795c9babcb88c929edbcca36bc170b68702a257d4365?d=identicon)[crazyideacompany](/maintainers/crazyideacompany)

---

Top Contributors

[![MostafaMHashem](https://avatars.githubusercontent.com/u/99897348?v=4)](https://github.com/MostafaMHashem "MostafaMHashem (21 commits)")[![crazyideaco](https://avatars.githubusercontent.com/u/84670203?v=4)](https://github.com/crazyideaco "crazyideaco (1 commits)")

---

Tags

laravelemailsend emailcrazy-email-package

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M6](/packages/propaganistas-laravel-disposable-email)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.6k3](/packages/defstudio-telegraph)[illuminate/notifications

The Illuminate Notifications package.

513.1M1.1k](/packages/illuminate-notifications)[api-platform/laravel

API Platform support for Laravel

58171.4k14](/packages/api-platform-laravel)

PHPackages © 2026

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