Coder Social home page Coder Social logo

magento2-module-mail-smtp's Introduction

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

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:install 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.

Configuration

In Adminhtml/Backend via store config

Stores > Configuration > Advanced > System > 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

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.

magento2-module-mail-smtp's People

Contributors

shockwavemk avatar

Watchers

Muhammad Hafidz Istihori avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.