User Tools

Site Tools


magento2:extensions:magento-2-smtp-extension

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
magento2:extensions:magento-2-smtp-extension [2026/03/30 10:22] swatwikmagento2:extensions:magento-2-smtp-extension [2026/04/08 22:58] (current) – external edit 127.0.0.1
Line 34: Line 34:
 ===== Installation ===== ===== Installation =====
  
-Install and validate the extension in a staging environment before deploying to production. +Please refer to the installation guide in the following article [[https://toweringmedia.com/installation|https://toweringmedia.com/installation]]
- +
-<code bash> +
-cd /path/to/magento +
-# Install from your licensed package source +
-php bin/magento setup:upgrade +
-php bin/magento setup:di:compile +
-php bin/magento setup:static-content:deploy -f +
-php bin/magento cache:flush +
-</code> +
- +
-You need to log in to your Toweringmedia account and navigate to **My Extensions** to retrieve your Composer credentialsYou will find the Public Key (Username), Private Key (Password), repository URL, and quick setup commands. +
- +
-Execute the following commands: +
- +
-<code bash> +
-composer config repositories.<composer_name> composer <composer_url> +
-composer config http-basic.composer.<repository_domain> <public_key> <private_key> +
-composer require <composer_package_name> +
-</code> +
-{{:magento2:extensions:screenshot_2026-03-30_112404.png?400|}}+
  
 ===== Setup SMTP extension with Gmail API ===== ===== Setup SMTP extension with Gmail API =====
Line 150: Line 130:
  
 If the email is received, SMTP configuration is successfully completed. If the email is received, SMTP configuration is successfully completed.
 +
 +===== Validation checklist =====
 +
 +  * Configuration saves without errors in Admin.
 +  * Expected storefront/admin behavior is present.
 +  * No critical PHP/JS errors occur during test flow.
 +  * Caches and static assets are refreshed after changes.
 +
 +===== Troubleshooting =====
 +
 +  * **Feature missing**: verify module status, cache flush, and static-content deploy.
 +  * **Unexpected behavior**: retest with only required related modules enabled.
 +  * **Admin setting not applying**: verify config scope and clear cache.
 +
 +===== Related Magento 2 docs =====
 +
 +  * [[magento2:extensions:start|Magento 2 extension index]]
 +  * [[start|Global docs home]]
magento2/extensions/magento-2-smtp-extension.1774866170.txt.gz · Last modified: by swatwik