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

ActiveMagento2-module[Mail &amp; Notifications](/categories/mail)

faonni/module-smtp
==================

Extension enables you to easily use your own custom SMTP server for sending mail.

2.3.2(7y ago)111.1k2[3 issues](https://github.com/karliuka/m2.Smtp/issues)OSL-3.0PHP

Since Oct 2Pushed 7y ago4 watchersCompare

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

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

Magento2 Smtp
=============

[](#magento2-smtp)

[![Total Downloads](https://camo.githubusercontent.com/847602d50facd9a55814c8062e8f2e4e6586a173c114fdca21ecb449b73201e7/68747470733a2f2f706f7365722e707567782e6f72672f66616f6e6e692f6d6f64756c652d736d74702f646f776e6c6f616473)](https://packagist.org/packages/faonni/module-smtp)[![Latest Stable Version](https://camo.githubusercontent.com/a44fcc23c387d6c5460cb96edb8969c9c805e21b10f93ebeb9117abac987ea09/68747470733a2f2f706f7365722e707567782e6f72672f66616f6e6e692f6d6f64756c652d736d74702f762f737461626c65)](https://packagist.org/packages/faonni/module-smtp)

Extension enables you to easily use your own custom SMTP server for sending mail.

Compatibility
-------------

[](#compatibility)

Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x

Install
-------

[](#install)

#### Install via Composer (recommend)

[](#install-via-composer-recommend)

1. Go to Magento2 root folder
2. Enter following commands to install module:

    ```
    composer require faonni/module-smtp
    ```

    Wait while dependencies are updated.

#### Manual Installation

[](#manual-installation)

1. Create a folder {Magento root}/app/code/Faonni/Smtp
2. Download the corresponding [latest version](https://github.com/karliuka/m2.Smtp/releases)
3. Copy the unzip content to the folder ({Magento root}/app/code/Faonni/Smtp)

### Completion of installation

[](#completion-of-installation)

1. Go to Magento2 root folder
2. Enter following commands:

    ```
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy  (optional)
    ```

### Configuration

[](#configuration)

In the Magento Admin Panel go to *Stores &gt; Configuration &gt; Advanced &gt; System &gt; Mail Sending Settings*.

[![Magento2 Smtp](https://camo.githubusercontent.com/b2745c617dd1f43d25f3293de0e571e78ba4d794c246cd7eedeceed1aa8498fc/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f736d74702f636f6e6669672e322e312e332e706e67)](https://camo.githubusercontent.com/b2745c617dd1f43d25f3293de0e571e78ba4d794c246cd7eedeceed1aa8498fc/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f736d74702f636f6e6669672e322e312e332e706e67)

### Log Message

[](#log-message)

Extension loging copies of the all original emails that sent from your store. You can view content of any email whenever you like to find out how the customer sees it. The email log can be cleared automatically after a specified time period.

In the Magento Admin Panel go to *Reports &gt; Sending Emails*.

Email message grid

[![Magento2 Smtp](https://camo.githubusercontent.com/d3a4353a3e35aa72fdbb7eba660f05eb77b56785208a956faa2ac1ed4160d54f/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f736d74702f677269642e706e67)](https://camo.githubusercontent.com/d3a4353a3e35aa72fdbb7eba660f05eb77b56785208a956faa2ac1ed4160d54f/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f736d74702f677269642e706e67)

Email view

[![Magento2 Smtp](https://camo.githubusercontent.com/f083979b759a6f9bf5f82cfce17656e8a4608d1928343518a829846197b4cb8a/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f736d74702f766965772e706e67)](https://camo.githubusercontent.com/f083979b759a6f9bf5f82cfce17656e8a4608d1928343518a829846197b4cb8a/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f736d74702f766965772e706e67)

Uninstall
---------

[](#uninstall)

This works only with modules defined as Composer packages.

#### Remove database data

[](#remove-database-data)

1. Go to Magento2 root folder
2. Enter following commands to remove database data:

    ```
    php bin/magento module:uninstall -r Faonni_Smtp
    ```

#### Remove Extension

[](#remove-extension)

1. Go to Magento2 root folder
2. Enter following commands to remove:

    ```
    composer remove faonni/module-smtp
    ```

### Completion of uninstall

[](#completion-of-uninstall)

1. Go to Magento2 root folder
2. Enter following commands:

    ```
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy  (optional)
    ```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 76.3% 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 ~111 days

Total

5

Last Release

2700d ago

PHP version history (2 changes)2.1.4PHP ~5.5.0|~5.6.0|~7.0.0

2.1.5PHP ~5.5.0|~5.6.0|~7.0.0|~7.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/00add5961a32e732abef062480bbdaca6c38c1386cb8e3b3841ca67efd9be811?d=identicon)[karliuka](/maintainers/karliuka)

---

Top Contributors

[![karliuka](https://avatars.githubusercontent.com/u/1991955?v=4)](https://github.com/karliuka "karliuka (58 commits)")[![faonni](https://avatars.githubusercontent.com/u/16167146?v=4)](https://github.com/faonni "faonni (18 commits)")

---

Tags

emailmagento2magento2-extensionmagento2-smtpsmtpsmtp-server

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/faonni-module-smtp/health.svg)](https://phpackages.com/packages/faonni-module-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)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50374.2k18](/packages/dotdigital-dotdigital-magento2-extension)[yireo/magento2-emailtester2

Preview transactional emails and test send them in your backend

33394.9k](/packages/yireo-magento2-emailtester2)[fooman/emailattachments-implementation-m2

Automatically attach pdf and terms and conditions documents to outgoing sales emails.

14880.1k3](/packages/fooman-emailattachments-implementation-m2)[magepal/magento2-edit-order-email

Magento 2 edit order email

34288.1k](/packages/magepal-magento2-edit-order-email)[swissup/module-email

Magento2 email providers integration (smtp, mandrill, amazon ses)

1412.8k1](/packages/swissup-module-email)

PHPackages © 2026

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