czonetech / smtp-mail
Configure Magento 2 to use SMTP server to send email
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~5.6.0|7.0.2|~7.0.6
- magento/framework: 100.0.*|100.1.*
- magento/module-backend: 100.0.*|100.1.*
This package is not auto-updated.
Last update: 2025-04-26 23:36:54 UTC
README
Magento2 module for setting up and using SMTP mail
This enables you to use any SMTP server to deliver your magento emails. This module was tested with magento versions 2.0.x and 2.1.x, but should work for all magento 2.x versions.
If you have any issues using this module, you may contact us at support@czonetechnologies.com
###Why SMTP? Most emails delivered using sendmail (default mail daemon used for sending mails on Linux) will either get blocked by an ISP or be flagged as SPAM. By Using SMTP server for delivering emails, you can ensure quick and reliable delivery. Also, if you need to send out a high number of emails to your users, most hosting companies won't allow it using their shared mail servers. So, you really don't have any option if you want to send bulk emails (For example, newsletters) to your customers.
####1 - Installation
Manual Installation
- Download the extension
- Unzip the file
- Create a folder {Magento root}/app/code/CzoneTech
- Extract the contents of the zipped folder inside it.
#####Using Composer
composer require czonetech/smtp-mail
####2 - Enabling the module Using command line access to your server, run the following commands -
$ php -f bin/magento module:enable --clear-static-content CzoneTech_SmtpMail
$ php -f bin/magento setup:upgrade
####3 - Admin configuration Log into your Magento Admin, then goto 'Stores -> Configuration -> CzoneTech Modules -> Smtp Settings' Enter the SMTP server settings