How to Install the Enhanced SMTP Extension
Installing the Enhanced SMTP Extension is a simple process and does not require advanced technical knowledge. Follow the steps below to ensure a smooth installation:
-
Download the ExtensionDownload the extension package from the official KiwiCommerce website.
-
Upload the Extension FilesUpload the extension files to your store’s root directory using FTP or your hosting file manager, ensuring the correct Magento folder structure is maintained.
-
Run Magento CommandsAccess your server via SSH, navigate to your Magento root folder, and run the following commands:
-
php bin/magento setup:upgrade
-
php bin/magento setup:di:compile
-
php bin/magento setup:static-content:deploy
-
php bin/magento cache:flush
-
-
Configure SMTP SettingsLog in to the Magento Admin Panel and configure your SMTP details, including host, port, username, and password, according to your email service provider.
-
Test Email FunctionalitySend a test email to confirm that emails are being delivered correctly using the extension.