PHPackages                             neoistone/laravel-smtp2go - 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. neoistone/laravel-smtp2go

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

neoistone/laravel-smtp2go
=========================

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

1.0.1(7mo ago)02MITPHPPHP ^8.1CI failing

Since Mar 8Pushed 7mo ago1 watchersCompare

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

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

Laravel SMTP2Go Mail Transport Driver
=====================================

[](#laravel-smtp2go-mail-transport-driver)

[![Latest Version on Packagist](https://camo.githubusercontent.com/36c2c3d1ac4fe238f68afbbc2e87fddb9b579d210ba9a5f08cab147b98bcafec/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e656f6973746f6e652f6c61726176656c2d736d747032676f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/neoistone/laravel-smtp2go)[![GitHub Tests Action Status](https://camo.githubusercontent.com/fb4f3f1ae85c5c35d77f228daef6de14432c9f3f33897ecc300d783d4607382d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e656f6973746f6e652f6c61726176656c2d736d747032676f2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/neoistone/laravel-smtp2go/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/b6f37e85d1461c2f8d408d7583bbe756fdd9a1be542fccd8f40c1bea01d73d63/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e656f6973746f6e652f6c61726176656c2d736d747032676f2f636f64652d7374796c652e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/neoistone/laravel-smtp2go/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/f463df093a91294377f2e8b6021ddd671035bec2fe4eee283c850166bd0b974a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e656f6973746f6e652f6c61726176656c2d736d747032676f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/neoistone/laravel-smtp2go)

Integrate SMTP2Go directly into your application using SMTP2Go's API

Laravel 10.x,11.x,12.x only support

### Installation

[](#installation)

```
composer require neoistone/laravel-smtp2go
```

### Configuration

[](#configuration)

Within `config/mail.php`, add SMTP2Go into the `mailers` array:

```
'smtp2go' => [
    'transport' => 'smtp2go',
    'api_key' => env('SMTP2GO_API_KEY'),
],
```

You need to set your SMTP2Go API Key within your environment file. If you don't yet have an API key, you can register one within your account, [here](https://app.smtp2go.com/sending/apikeys/). You only need to grant this API Key Emails `/emails/send` API access.

```
SMTP2GO_API_KEY=XXXXXXXX
```

### Usage

[](#usage)

To use this as the main driver, i.e. all email will be routed via SMTP2Go by default, set SMTP2Go to be the default mail driver in the environment file:

```
MAIL_MAILER=smtp2go
```

If you want to use it on a case by case basis, you can call the driver directly, as below:

```
Mail::driver('smtp2go')->send(...)
```

That's it, you're good to go!

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance64

Regular maintenance activity

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Total

2

Last Release

217d ago

### Community

Maintainers

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

---

Top Contributors

[![Manikantasripadi](https://avatars.githubusercontent.com/u/59179052?v=4)](https://github.com/Manikantasripadi "Manikantasripadi (27 commits)")

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/neoistone-laravel-smtp2go/health.svg)

```
[![Health](https://phpackages.com/badges/neoistone-laravel-smtp2go/health.svg)](https://phpackages.com/packages/neoistone-laravel-smtp2go)
```

###  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)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[spatie/mailcoach

Self-host Mailcoach

4007.0k](/packages/spatie-mailcoach)[guanguans/notify

Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

682104.9k7](/packages/guanguans-notify)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)

PHPackages © 2026

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