Download the PHP package czonetech/smtp-mail without Composer
On this page you can find all versions of the php package czonetech/smtp-mail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download czonetech/smtp-mail
More information about czonetech/smtp-mail
Files in czonetech/smtp-mail
Package smtp-mail
Short Description Configure Magento 2 to use SMTP server to send email
License OSL-3.0 AFL-3.0
Informations about the package smtp-mail
SMTP module for Magento2
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 [email protected]
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
2 - Enabling the module
Using command line access to your server, run the following commands -
3 - Admin configuration
Log into your Magento Admin, then goto 'Stores -> Configuration -> CzoneTech Modules -> Smtp Settings' Enter the SMTP server settings
Screenshot
All versions of smtp-mail with dependencies
magento/module-backend Version 100.0.*|100.1.*
magento/framework Version 100.0.*|100.1.*