May 14, 2020 • ☕️ 1 min read
日本語

Steps

  1. Download SMTP Pro Email Extension

    It’s impossible to enable Smtp function in Magento 1.9’s Admin Panel. You could code one yourself or just avoid reinvent the wheel by using the great existing OSS one. SMTP Pro Email Extension is very easy to use and even you can config the AWS SES with it in minutes.

    Download link: https://github.com/aschroder/Magento-SMTP-Pro-Email-Extension

  2. Copy the downloaded app folder to your Magento’s root folder

    downloaded-folder/app → your-project's-root-folder/app

    magento_smtp_pro_email.png

  3. Clear all caches

    [System] → [Cache] → [Select All] → [Refresh Cache Storage]

  4. Logout → Login

  5. Fill your Smtp settings

    [System] → [Settings] → [ASCHRODER EXTENSIONS’s SMTP Pro]

    magento_smtp_settings.png

Be Careful

Folder Permissions

After copy app to your project’s root folder. Don’t forget to change the group of the app folder. Or your system should probably crash.

Copy
chown -R xxxx.xxxx app/

503 Error

If your refreshed your Admin Panel without the correct folder permissions, system will crash and automatically run into maintenance mode.

After right the permissions, just delete the maintenance.flag file in your project’s folder and everything will come back normally.


ThunderMiracle

Blog part of ThunderMiracle.com