PHPackages                             shockwavemk/magento2-module-mail-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. shockwavemk/magento2-module-mail-smtp

ActiveMagento2-module

shockwavemk/magento2-module-mail-smtp
=====================================

Extending shockwavemk mail module by smtp host configuration

v0.3.0(9y ago)62.4k3[2 issues](https://github.com/shockwavemk/magento2-module-mail-smtp/issues)Apache-2.0PHP

Since May 30Pushed 9y ago2 watchersCompare

[ Source](https://github.com/shockwavemk/magento2-module-mail-smtp)[ Packagist](https://packagist.org/packages/shockwavemk/magento2-module-mail-smtp)[ RSS](/packages/shockwavemk-magento2-module-mail-smtp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (9)Used By (0)

Smtp extension for Magento 2 shockwavemk mail module
====================================================

[](#smtp-extension-for-magento-2-shockwavemk-mail-module)

This module extends the capabilities of Magento 2 mailing by smtp host configuration.

A new mail transport type is added to the system which takes care of transport of outgoing mails to a mail service provider.

Installation
------------

[](#installation)

Add the module to your composer file.

```
{
  "require": {
    "shockwavemk/magento2-module-mail": "dev-master",
    "shockwavemk/magento2-module-mail-smtp": "dev-master"
  }
}
```

Install the module with composer.

```
    composer update
```

On succeed, install the module via bin/magento console.

```
    bin/magento cache:clean

    bin/magento module:enable Shockwavemk_Mail_Base

    bin/magento module:enable Shockwavemk_Mail_Smtp

    bin/magento setup:upgrade
```

Features
--------

[](#features)

### Mail sending over smtp

[](#mail-sending-over-smtp)

Transport and storeage configuration can be easily done via store config. Installed plug-ins for transport and storeage can be selected at this point.

[![](./docs/magento2-mail-smtp-settings.jpg)](./docs/magento2-mail-smtp-settings.jpg)

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

[](#configuration)

In Adminhtml/Backend via store config

Stores &gt; Configuration &gt; Advanced &gt; System &gt; Mail Sending Settings

it is possible to configure the follwing settings, if "smtp" is selected in dropdown for "type" value.

- Host
- Port
- Authentication
- Username
- Password
- Ssl settings

### Attachment handling

[](#attachment-handling)

The [base mail module](https://github.com/shockwavemk/magento2-module-mail) supports attachment sending. Magento2 does not support native file attachment handling, therefore you need to add some code on your own.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

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

Recently: every ~34 days

Total

6

Last Release

3491d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/54c742e6d9d3469ccc6b7436628251cb489f61138a5312d1b91dd6c34b500a88?d=identicon)[shockwavemk](/maintainers/shockwavemk)

---

Top Contributors

[![shockwavemk](https://avatars.githubusercontent.com/u/1316855?v=4)](https://github.com/shockwavemk "shockwavemk (17 commits)")

### Embed Badge

![Health badge](/badges/shockwavemk-magento2-module-mail-smtp/health.svg)

```
[![Health](https://phpackages.com/badges/shockwavemk-magento2-module-mail-smtp/health.svg)](https://phpackages.com/packages/shockwavemk-magento2-module-mail-smtp)
```

PHPackages © 2026

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