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

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

sharasolns/sdp-email
====================

An SDP Email API transport for Laravel Mail.

v1.2.3(1mo ago)0110MITPHPPHP ^8.2

Since Jul 9Pushed 1mo agoCompare

[ Source](https://github.com/sharasolns/sdp-email)[ Packagist](https://packagist.org/packages/sharasolns/sdp-email)[ RSS](/packages/sharasolns-sdp-email/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (5)Versions (7)Used By (0)

Laravel SDP Email
=================

[](#laravel-sdp-email)

Send Laravel mailables through the SDP Email HTTP API. The package adds an `sdp` Laravel mail transport and is auto-discovered after installation.

Install
-------

[](#install)

```
composer require sharasolns/sdp-email
```

In the application's `.env` file, change the existing `MAIL_MAILER` value to `sdp`:

```
MAIL_MAILER=sdp
```

Then add your SDP Email API key:

```
SDP_EMAIL_KEY=sdp_your_api_key
```

Check the existing `MAIL_FROM_ADDRESS` value and make sure it uses a domain that is enabled for outbound sending in SDP Email. You do not need to add another sender setting if it is already correct.

Laravel discovers the package automatically, so no configuration files need to be changed. `SDP_EMAIL_ENDPOINT` and `SDP_EMAIL_TIMEOUT` are optional.

The sending domain must be registered in SDP Email, enabled for outbound sending, and allowed by the API key.

Use Laravel Mail normally:

```
use Illuminate\Support\Facades\Mail;

Mail::raw('Sent through SDP Email.', function ($message) {
    $message->to('person@example.net')->subject('Hello');
});
```

Mailables, queued mail, HTML and text bodies, CC, BCC, reply-to addresses, custom headers, and file attachments are supported.

Development
-----------

[](#development)

```
composer install
composer test
```

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance91

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

Every ~0 days

Total

6

Last Release

47d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d0a938e18a864899b0a7963fc0e63d48be5d7ec5ecc5543ff9423bf85905ba4f?d=identicon)[ictianspecialist](/maintainers/ictianspecialist)

---

Top Contributors

[![iankibet](https://avatars.githubusercontent.com/u/10730525?v=4)](https://github.com/iankibet "iankibet (1 commits)")

---

Tags

laravelemailsymfony mailerSDP

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.7M3.5k](/packages/craftcms-cms)[propaganistas/laravel-disposable-email

Disposable email validator

6023.2M7](/packages/propaganistas-laravel-disposable-email)[illuminate/notifications

The Illuminate Notifications package.

483.1M1.2k](/packages/illuminate-notifications)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

265192.2k1](/packages/erag-laravel-disposable-email)

PHPackages © 2026

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