PHPackages                             wednesdev/mail - 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. wednesdev/mail

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

wednesdev/mail
==============

Simplify and enhance your email sending capabilities in Laravel 11 projects with this highly extendable and efficient email package.

v1.0.1(1y ago)011MITPHPPHP ^8.1

Since Aug 18Pushed 1y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Laravel Email Package
=====================

[](#laravel-email-package)

⚠️ **IMPORTANT: This package is currently under active development and is not yet ready for production use. Features may be incomplete or subject to change.** ⚠️

A highly extendable and efficient email package for Laravel 11 projects.

Development Status
------------------

[](#development-status)

This package is in active development. While we're working hard to complete and stabilize all features, please be aware that:

- Some functionalities may be incomplete or change significantly.
- The API is not yet stable and may undergo revisions.
- Documentation may be incomplete or outdated in places.
- There might be unforeseen bugs or issues.

Description
-----------

[](#description)

This package aims to simplify and enhance email sending capabilities in Laravel 11 applications. It provides a flexible system for managing email templates, translations, and sending emails with ease.

Planned Features
----------------

[](#planned-features)

- Email template management with database storage
- Multi-language support for email templates
- Easy-to-use facade for sending emails
- Integration with Laravel's queueing system for efficient email dispatch
- Customizable email attachments
- Comprehensive dashboard for detailed logs and statistics:
    - Visual representation of email sending patterns
    - Success and failure rates
    - Delivery time analytics
    - Recipient engagement metrics (opens, clicks, etc.)
- Artisan commands for easy creation of email templates:
    - Stub-based generation of template files
    - Interactive CLI for template customization
- Admin panel for email template management:
    - CRUD operations for email templates
    - Live preview of templates
    - Version control and rollback capabilities for templates
    - Access control and user permissions for template management

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

[](#installation)

As this package is still under development, it's not recommended for production use. However, if you'd like to try it out or contribute, you can install it via composer:

```
composer require wednesdev/mail
```

Configuration
-------------

[](#configuration)

After installation, publish the package configuration file (note that this might change as development progresses):

```
php artisan vendor:publish --provider="Wednesdev\Mail\Providers\MailServiceProvider"
```

Usage
-----

[](#usage)

Please note that the usage examples below are subject to change as development progresses.

### Setting up email templates

[](#setting-up-email-templates)

```
use Wednesdev\Mail\Models\EmailTemplate;

$template = EmailTemplate::create([
    'name' => 'welcome_email',
    'description' => 'Welcome email for new users',
]);

$template->translations()->create([
    'locale' => 'en',
    'subject' => 'Welcome to Our Platform, {name}!',
    'body' => 'Welcome, {name}!We're excited to have you on board.',
]);
```

### Sending an email

[](#sending-an-email)

```
use Wednesdev\Mail\Facades\Email;

Email::send($user, 'welcome_email', 'user@example.com', ['name' => 'John Doe'], 'en');
```

Testing
-------

[](#testing)

To run the package tests (which are also under development):

```
composer test
```

Contributing
------------

[](#contributing)

We welcome contributions! As the package is still in development, there are many opportunities to help. Please feel free to submit issues, feature requests, or pull requests.

License
-------

[](#license)

This package is open-sourced software licensed under the MIT license.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

638d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8c0bf9e9071f3fd2e9ff6c83ddc8f0dc973810f035fe5cb5a1bbba0cf1db8691?d=identicon)[omerozoglu](/maintainers/omerozoglu)

---

Top Contributors

[![omerozoglu](https://avatars.githubusercontent.com/u/28873849?v=4)](https://github.com/omerozoglu "omerozoglu (35 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/wednesdev-mail/health.svg)

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

###  Alternatives

[spatie/laravel-failed-job-monitor

Get notified when a queued job fails

1.0k2.6M4](/packages/spatie-laravel-failed-job-monitor)[vemcogroup/laravel-sparkpost-driver

SparkPost driver to use with Laravel 6.x|7.x|8.x|9.x|10.x

421.7M1](/packages/vemcogroup-laravel-sparkpost-driver)[spatie/mailcoach

Self-host Mailcoach

4007.0k](/packages/spatie-mailcoach)[synergitech/laravel-postal

This library integrates Postal with the standard Laravel mail framework.

38107.1k](/packages/synergitech-laravel-postal)[motomedialab/smtp2go

Send emails via API using the first-class email courier SMTP2Go

1316.3k](/packages/motomedialab-smtp2go)

PHPackages © 2026

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