You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Magento 2 SMTP Extension - Gmail, G Suite, Amazon SES, Office 365, Mailgun, SendGrid, Mandrill and other SMTP servers.
4
4
@@ -9,11 +9,11 @@
9
9
10
10
##### For Magento 2.0.x, 2.1.x, 2.2.x, 2.3.x and 2.4.x
11
11
12
-
Configure Magento 2 to send all transactional email using Google App, Gmail, Amazon Simple Email Service (SES), Microsoft Office365 or any other SMTP servers.
12
+
Configure Magento 2 to send all transactional emails using Google App, Gmail, Amazon Simple Email Service (SES), Microsoft Office365 or any other SMTP servers.
Sending transactional emails to customers is a vital part of running an e-commerce store. Our free custom Magento extension integrates with all major email service provider and third-party SMTP server to reliably deliver messages in customers' inbox.
16
+
Sending transactional emails to customers is a vital part of running an e-commerce store. Our free custom Magento extension integrates with all major email service providers and third-party SMTP servers to reliably deliver messages to customers' inboxes.
17
17
18
18
#### What is SMTP - Simple Mail Transfer Protocol
19
19
SMTP or Simple Mail Transfer Protocol allows you to send emails from your Magento 2 store through a specific third-party mail SMTP server. For example, if you want to use your Gmail, Amazon, Microsoft or any other mail server account to send email from your Magento web store, all you need is to configure that mail server setting in our extension in Magento without having to do any complex server configuration.
@@ -22,7 +22,7 @@ SMTP or Simple Mail Transfer Protocol allows you to send emails from your Magent
22
22
23
23
#### Why use a Custom SMTP Server with Magento
24
24
25
-
By default, most hosting companies mail servers are configured to send email from unauthorized senders which prevent emails from reliable delivered to recipients. Therefore, most Magento store owners struggle to limit the number of transactional emails that end up in clients' junk mail. Take full control of your email sending settings in Magento 2 and reduce sending email to your valuable customers' junk mail folder. Emails are delivered instantaneously to their intended recipients without delays or get trap in the spam folder.
25
+
By default, most hosting companies' mail servers are configured to send email from unauthorized senders which prevents emails from reliable delivered to recipients. Therefore, most Magento store owners struggle to limit the number of transactional emails that end up in clients' junk mail. Take full control of your email sending settings in Magento 2 and reduce sending emails to your valuable customers' junk mail folder. Emails are delivered instantaneously to their intended recipients without delays or get trap in the spam folder.
26
26
27
27
Out of the box, Magento 2 doesn't provide the ability to specify your custom SMTP settings for outgoing emails using an external SMTP server. Using this extension bridges the gap and allows your Magento store to connect to your preferred email provider securely and easily.
28
28
@@ -31,13 +31,13 @@ All you need is either an (i) free Gmail account, (ii) paid Google Apps account
31
31
Learn more about our [custom SMTP](https://www.magepal.com/magento2/extensions/custom-smtp.html?utm_source=Custom%20SMTP&utm_medium=GitHub%20Learn%20More) extension.
32
32
33
33
### Benefits of using Gmail SMTP
34
-
Since Google's, Gmail and G Suite SMTP server does not use Port 25, you'll reduce the probability that an ISP might block your email or flag it as SPAM. Also, all your emails sent from Magento will be searchable and backed-up in your email account on Google's servers.
34
+
Since Google's, Gmail and G Suite SMTP server does not use Port 25, you'll reduce the probability that an ISP might block your email or flag it as SPAM. Also, all your emails sent from Magento will be searchable and backed-up in your email account on Google's servers.
35
35
36
36
### Features
37
37
* Send emails through virtually any external SMTP server from your Magento store
38
38
* Easily configure Magento 2 SMTP settings from within Magento2 store admin
39
39
* Complete control of custom SMTP server settings: Hostname, Port, Username, Password, ...
40
-
* Self-test option, which lets you verify your email credentials are correct before saving
40
+
* Self-test option, which lets you verify your email credentials are correct before saving
41
41
* Support Multi-store, configurable different email providers/accounts per store
* Customize email headers: From / Reply-To / Return-Path
@@ -87,18 +87,17 @@ Learn more about our new <a href="https://www.magepal.com/enhanced-transactional
87
87
88
88
##### Using Composer (recommended)
89
89
90
-
```
90
+
```sh
91
91
composer require magepal/magento2-gmailsmtpapp
92
92
```
93
93
94
94
Contribution
95
95
---
96
-
Want to contribute to this extension? The quickest way is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests).
97
-
96
+
Want to contribute to this extension? The quickest way is to open a [pull request on GitHub](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/about-pull-requests).
98
97
99
98
Support
100
99
---
101
-
If you encounter any problems or bugs, please open an issue on [GitHub](https://github.com/magepal/magento2-gmailsmtpapp/issues). For fast Premium Support visit our [Custom SMTP Extension](https://www.magepal.com/magento2/extensions/custom-smtp.html?utm_source=Custom%20SMTP&utm_medium=GitHub%20Premium%20Support) product page for detail.
100
+
If you encounter any problems or bugs, please open an issue on [GitHub](https://github.com/magepal/magento2-gmail-smtp-app/issues). For fast Premium Support visit our [Custom SMTP Extension](https://www.magepal.com/magento2/extensions/custom-smtp.html?utm_source=Custom%20SMTP&utm_medium=GitHub%20Premium%20Support) product page for detail.
102
101
103
102
Need help setting up or want to customize this extension to meet your business needs? Please email support@magepal.com and if we like your idea we will add this feature for free or at a discounted rate.
104
103
@@ -108,15 +107,15 @@ Magento 2 Extensions
108
107
-[Catalog Hover Image for Magento](https://www.magepal.com/magento2/extensions/catalog-hover-image-for-magento.html)
109
108
-[Enhanced Success Page for Magento 2](https://www.magepal.com/magento2/extensions/enhanced-success-page.html)
110
109
-[Enhanced Transactional Emails for Magento 2](https://www.magepal.com/magento2/extensions/enhanced-transactional-emails.html)
111
-
-[Google Tag Manager](https://www.magepal.com/magento2/extensions/google-tag-manager.html)
0 commit comments