![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/mageplaza/module-smtp/ |
# SMTP User Guide ## Documentation - Installation guide: https://www.mageplaza.com/install-magento-2-extension/ - User guide: https://docs.mageplaza.com/smtp-m2/index.html - Download from our Live site: https://www.mageplaza.com/magento-2-smtp/ - Contribute on Github: https://github.com/mageplaza/magento-2-smtp - Get Support: https://github.com/mageplaza/magento-2-smtp/issues - CHANGELOG: https://www.mageplaza.com/releases/smtp - License https://www.mageplaza.com/LICENSE.txt ## 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 ```