Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/app/code/Mageplaza/Smtp/
Upload File :
Current File : /var/www/clients/client3/web2/web/app/code/Mageplaza/Smtp/USER-GUIDE.md

# 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
```