2017 © Pedro Peláez
 

magento2-module magento2-module-mail-smtp

Extending shockwavemk mail module by smtp host configuration

image

shockwavemk/magento2-module-mail-smtp

Extending shockwavemk mail module by smtp host configuration

  • Monday, October 24, 2016
  • by shockwavemk
  • Repository
  • 3 Watchers
  • 5 Stars
  • 2,179 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 2 Open issues
  • 9 Versions
  • 4 % Grown

The README.md

Smtp extension for Magento 2 shockwavemk mail module

This module extends the capabilities of Magento 2 mailing by smtp host configuration., (*1)

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

Installation

Add the module to your composer file., (*3)

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

Install the module with composer., (*4)


composer update

On succeed, install the module via bin/magento console., (*5)


bin/magento cache:clean bin/magento module:enable Shockwavemk_Mail_Base bin/magento module:enable Shockwavemk_Mail_Smtp bin/magento setup:upgrade

Features

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., (*6)

, (*7)

Configuration

In Adminhtml/Backend via store config, (*8)

Stores > Configuration > Advanced > System > Mail Sending Settings, (*9)

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

  • Host
  • Port
  • Authentication
  • Username
  • Password
  • Ssl settings

Attachment handling

The base mail module supports attachment sending. Magento2 does not support native file attachment handling, therefore you need to add some code on your own., (*11)

The Versions

24/10 2016

dev-master

9999999-dev

Extending shockwavemk mail module by smtp host configuration

  Sources   Download

Apache-2.0

The Requires

 

17/10 2016

dev-develop

dev-develop

Extending shockwavemk mail module by smtp host configuration

  Sources   Download

Apache-2.0

The Requires

 

17/10 2016

v0.3.0

0.3.0.0

Extending shockwavemk mail module by smtp host configuration

  Sources   Download

Apache-2.0

The Requires

 

12/10 2016

dev-feature/bugfixes

dev-feature/bugfixes

Extending shockwavemk mail module by smtp host configuration

  Sources   Download

Apache-2.0

The Requires

 

21/06 2016

v0.2.2

0.2.2.0

Extending shockwavemk mail module by smtp host configuration

  Sources   Download

Apache-2.0

The Requires

 

21/06 2016

v0.2.1

0.2.1.0

Extending shockwavemk mail module by smtp host configuration

  Sources   Download

Apache-2.0

The Requires

 

21/06 2016

v0.2.0

0.2.0.0

Extending shockwavemk mail module by smtp host configuration

  Sources   Download

Apache-2.0

The Requires

 

03/06 2016

v0.1.1

0.1.1.0

Extending shockwavemk mail module by smtp host configuration

  Sources   Download

Apache-2.0

The Requires

 

30/05 2016

v0.1.0

0.1.0.0

Extending shockwavemk mail module by smtp host configuration

  Sources   Download

Apache-2.0

The Requires