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

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

motomedialab/smtp2go
====================

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

v1.3.0(5mo ago)1323.6k↓73%5[1 PRs](https://github.com/motomedialab/laravel-smtp2go/pulls)MITPHPPHP ^8.1CI passing

Since Jan 10Pushed 5mo ago1 watchersCompare

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

READMEChangelog (4)Dependencies (10)Versions (10)Used By (0)

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

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/c4edf36100525d98a85dfc8bacc1fa5acf88dece3f510151ef0f03f8a2cca592/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6f746f6d656469616c61622f736d747032676f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/motomedialab/smtp2go)[![GitHub Tests Action Status](https://camo.githubusercontent.com/c674af7eb071110fedd1581d95abeb8187475eba7f1bea5764f884846288c1ea/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6f746f6d656469616c61622f736d747032676f2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/motomedialab/smtp2go/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/b925d98c0a3a52aaf31fc7086a98f30dbe1de523d6c6a77d8288c73bccec06eb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6f746f6d656469616c61622f736d747032676f2f636f64652d7374796c652e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/motomedialab/smtp2go/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/75d8d55fc71edf8c47fc30a626c228c02088d2a80d572b59991dfb0f89beab15/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6f746f6d656469616c61622f736d747032676f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/motomedialab/smtp2go)

Integrate SMTP2Go directly into your application using SMTP2Go's API

### Installation

[](#installation)

```
composer require motomedialab/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

48

—

FairBetter than 94% of packages

Maintenance73

Regular maintenance activity

Popularity37

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96% 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 ~133 days

Recently: every ~199 days

Total

7

Last Release

152d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2487374?v=4)[Chris Page](/maintainers/chrispage1)[@chrispage1](https://github.com/chrispage1)

---

Top Contributors

[![chrispage1](https://avatars.githubusercontent.com/u/2487374?v=4)](https://github.com/chrispage1 "chrispage1 (24 commits)")[![lincolnpjames](https://avatars.githubusercontent.com/u/919524?v=4)](https://github.com/lincolnpjames "lincolnpjames (1 commits)")

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.8M228](/packages/backpack-crud)[statamic/cms

The Statamic CMS Core Package

4.9k3.8M1.2k](/packages/statamic-cms)[unopim/unopim

UnoPim Laravel PIM

10.8k2.5k](/packages/unopim-unopim)[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

11.3k4.0k](/packages/leantime-leantime)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

793.9k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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