PHPackages                             magenerds/smtp - 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. magenerds/smtp

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

magenerds/smtp
==============

3.0.2(8y ago)58.0k9OSL-3.0PHP

Since Nov 2Pushed 8y ago10 watchersCompare

[ Source](https://github.com/Magenerds/Smtp)[ Packagist](https://packagist.org/packages/magenerds/smtp)[ RSS](/packages/magenerds-smtp/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (9)Dependencies (2)Versions (9)Used By (0)

Magenerds\_Smtp
===============

[](#magenerds_smtp)

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

[](#configuration)

There are several ways to configure the SMTP module for your instance and your environment. You can use Magento's `setup:config:set` command and/or set the options within the `setup:install` command. However, in each case Magento will persist the configuration data in `app/etc/env.php`. You can edit this file manually and deploy or mount it to your target environment.

### Command options

[](#command-options)

for `setup:config:set` and `setup:install`

```
 --smtp-host       External SMTP host for mail transport
 --smtp-auth       Authentification method for SMTP transport
 --smtp-ssl        Use ssl or tls to secure SMTP transport
 --smtp-port       SMTP port
 --smtp-username   SMTP usename
 --smtp-password   SMTP password

```

Use `bin/magento setup:config:set --help` or `bin/magento setup:install --help`for further information.

### (optional) env.php

[](#optional-envphp)

```
'smtp' => [
    'host' => 'mail.server.com',
    'auth' => 'login',
    'ssl' => '',
    'port' => '25',
    'username' => 'mail-user',
    'password' => 'P4ssW0rD',
],

```

###  Health Score

36

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~82 days

Total

8

Last Release

3034d ago

Major Versions

1.0.0 → 2.0.02016-12-19

2.0.2 → 3.0.02017-03-02

2.0.3 → 3.0.12018-01-22

### Community

Maintainers

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

---

Top Contributors

[![sydekumf](https://avatars.githubusercontent.com/u/3983052?v=4)](https://github.com/sydekumf "sydekumf (14 commits)")[![vadimjustus](https://avatars.githubusercontent.com/u/4609608?v=4)](https://github.com/vadimjustus "vadimjustus (6 commits)")[![zelgerj](https://avatars.githubusercontent.com/u/287595?v=4)](https://github.com/zelgerj "zelgerj (4 commits)")[![sippsolutions](https://avatars.githubusercontent.com/u/1697820?v=4)](https://github.com/sippsolutions "sippsolutions (3 commits)")[![aeno](https://avatars.githubusercontent.com/u/598616?v=4)](https://github.com/aeno "aeno (1 commits)")[![JSchlarb](https://avatars.githubusercontent.com/u/715666?v=4)](https://github.com/JSchlarb "JSchlarb (1 commits)")

### Embed Badge

![Health badge](/badges/magenerds-smtp/health.svg)

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

###  Alternatives

[magepal/magento2-gmailsmtpapp

Magento 2 SMTP Extension - Configure Magento 2 to send all transactional email using Gmail, G Suite, Amazon SES, Office360, Mailgun, SendGrid, Mandrill or any other SMTP servers

3321.8M2](/packages/magepal-magento2-gmailsmtpapp)[mailchimp/mc-magento2

Connect MailChimp with Magento

1611.8M3](/packages/mailchimp-mc-magento2)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50374.2k18](/packages/dotdigital-dotdigital-magento2-extension)

PHPackages © 2026

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