|
Apache/2.4.41 (Ubuntu) Linux vmi616275.contaboserver.net 5.4.0-84-generic #94-Ubuntu SMP Thu Aug 26 20:27:37 UTC 2021 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) server ip : 62.171.164.128 | your ip : 127.0.0.1 safemode OFF > / home / dev2.destoffenstraat.com / app / code / Mageplaza / Smtp / |
Filename | /home/dev2.destoffenstraat.com/app/code/Mageplaza/Smtp/USER-GUIDE.md |
Size | 1.11 kb |
Permission | rwxrwxrwx |
Owner | root : root |
Create time | 17-Aug-2025 10:26 |
Last modified | 02-Nov-2021 12:45 |
Last accessed | 21-Aug-2025 15:21 |
Actions | edit | rename | delete | download (gzip) |
View | text | code | image |
# 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
```
## 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
```