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(9mo ago)05MITPHPPHP ^8.1CI failing

Since Mar 8Pushed 9mo 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 today

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

31

—

LowBetter than 66% of packages

Maintenance58

Moderate activity, may be stable

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

Every ~213 days

Total

2

Last Release

271d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/82289113?v=4)[Neoistone](/maintainers/neoistone)[@neoistone](https://github.com/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

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M223](/packages/backpack-crud)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M993](/packages/statamic-cms)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k39](/packages/neuron-core-neuron-ai)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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