Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.11 KB

USER-GUIDE.md

File metadata and controls

37 lines (24 loc) · 1.11 KB

SMTP User Guide

Documentation

FAQs

Q: I got error: Mageplaza_Core has been already defined

A: Read solution: https://github.com/mageplaza/module-core/issues/3

Q: My site is down

A: Please follow this guide: https://www.mageplaza.com/blog/magento-site-down.html

How to install

Method 1: Install ready-to-paste package

Installation guide: https://www.mageplaza.com/install-magento-2-extension/

Method 2: Install via composer (Recommend)

Run the following command in Magento 2 root folder

composer require mageplaza/module-smtp
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy