kiwicommerce/module-enhanced-smtp 1.0.1

Magento 2 - Enhanced SMTP

Type

magento2-module

License

OSL-3.0

Requires

None

Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Magento 2 - Enhanced SMTP by KiwiCommerce

Overview

  • Delivering messages is an important and mandatory part of running an e-Commerce business. Magento sends hundreds and thousands of emails on daily basis. Reliability of the email sending process should be as stable as possible. All emails must be delivered to recipients without delays.
  • Magento-based store owners often struggle when it comes to sending transactional emails. The default email server of inherent hosting will be used to send unregistered emails from unauthorized senders. These emails that are sent by default Magento 2, will probably end up in the Spam box. As a result, these emails cannot approach your customers.
  • This extension lets you use any third-party SMTP server for your store and configure all the necessary settings to avoid this problem. You can use any reliable SMTP server to give your emails higher chances to be delivered directly to your customers.
  • This extension includes pre-configured settings for 25+ most popular SMTP providers.
  • This extension provides you with a feature to track all sent emails by inserting email log.

Installation

  1. Composer Installation

    • Navigate to your Magento root folder
      cd path_to_the_magento_root_directory
    • Then run the following command
      composer require kiwicommerce/module-enhanced-smtp
    • Make sure that composer finished the installation without errors.
  2. Command Line Installation

    • Backup your web directory and database.
    • Download Enhanced SMTP installation package from here.
    • Upload contents of the Enhanced SMTP Log installation package to your Magento root directory.
    • Navigate to your Magento root folder
      cd path_to_the_magento_root_directory
    • Then run the following command
      php bin/magento module:enable KiwiCommerce_EnhancedSMTP
    • Log out from the backend and log in again.
  • After install the extension, run the following command
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy
    php bin/magento cache:flush

Find More details on KiwiCommerce

Where will it appear in the Admin Panel

  • Go to System > Enhanced SMTP by KiwiCommerce > Email Logs. Here you can See the list of sent mail logs.

Email Log

  • By clicking on View option in each mail log, you shall get to view your mail like a customer.

Email Popup

Configuration

SMTP Configuration

Go to System > Enhanced SMTP by KiwiCommerce > Configuration. Open SMTP Configuration section

SMTP Configuration

Advanced Configuration

This section is placed right under SMTP Configure Section.

Advanced Configuration

Contribution

Well unfortunately there is no formal way to contribute, we would encourage you to feel free and contribute by:

  • Creating bug reports, issues or feature requests on Github
  • Submitting pull requests for improvements.

We love answering questions or doubts simply ask us in issue section. We're looking forward to hearing from you!