Skip to content

Commit ff1c0a8

Browse files
authored
Merge pull request #176 from sergey-nechaev/readme-typos
Fix typos and URLs
2 parents e1b2906 + 35f9602 commit ff1c0a8

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

README.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="http://www.magepal.com" title="Magento Extensions" ><img src="https://image.ibb.co/dHBkYH/Magepal_logo.png" width="100" align="right" title="Magento Custom Modules" /></a>
1+
<a href="https://www.magepal.com" title="Magento Extensions" ><img src="https://image.ibb.co/dHBkYH/Magepal_logo.png" width="100" align="right" title="Magento Custom Modules" /></a>
22

33
# Magento 2 SMTP Extension - Gmail, G Suite, Amazon SES, Office 365, Mailgun, SendGrid, Mandrill and other SMTP servers.
44

@@ -9,11 +9,11 @@
99

1010
##### For Magento 2.0.x, 2.1.x, 2.2.x, 2.3.x and 2.4.x
1111

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.
1313

1414
<a href="https://bit.ly/mp-gh-smpt"><img src="https://user-images.githubusercontent.com/1415141/90457464-9a4ce380-e0c9-11ea-8aea-61d4f7cb679b.jpg" alt="Magento SMTP Extension" /></a>
1515

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 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.
1717

1818
#### What is SMTP - Simple Mail Transfer Protocol
1919
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
2222

2323
#### Why use a Custom SMTP Server with Magento
2424

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.
2626

2727
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.
2828

@@ -31,13 +31,13 @@ All you need is either an (i) free Gmail account, (ii) paid Google Apps account
3131
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.
3232

3333
### 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.
3535

3636
### Features
3737
* Send emails through virtually any external SMTP server from your Magento store
3838
* Easily configure Magento 2 SMTP settings from within Magento2 store admin
3939
* 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
4141
* Support Multi-store, configurable different email providers/accounts per store
4242
* Support secure SMTP servers: TLS / SSL, Plain-text, username/password, CRAM-MD5 authentication
4343
* 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
8787

8888
##### Using Composer (recommended)
8989

90-
```
90+
```sh
9191
composer require magepal/magento2-gmailsmtpapp
9292
```
9393

9494
Contribution
9595
---
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).
9897

9998
Support
10099
---
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.
102101

103102
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.
104103

@@ -108,15 +107,15 @@ Magento 2 Extensions
108107
- [Catalog Hover Image for Magento](https://www.magepal.com/magento2/extensions/catalog-hover-image-for-magento.html)
109108
- [Enhanced Success Page for Magento 2](https://www.magepal.com/magento2/extensions/enhanced-success-page.html)
110109
- [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)
112-
- [Enhanced E-commerce](https://www.magepal.com/magento2/extensions/enhanced-ecommerce-for-google-tag-manager.html)
113-
- [Reindex](https://www.magepal.com/magento2/extensions/reindex.html)
114-
- [Custom Shipping Method](https://www.magepal.com/magento2/extensions/custom-shipping-rates-for-magento-2.html)
110+
- [Google Tag Manager](https://www.magepal.com/magento2/extensions/google-tag-manager.html)
111+
- [Enhanced E-commerce](https://www.magepal.com/magento2/extensions/enhanced-ecommerce-for-google-tag-manager.html)
112+
- [Reindex](https://www.magepal.com/magento2/extensions/reindex.html)
113+
- [Custom Shipping Method](https://www.magepal.com/magento2/extensions/custom-shipping-rates-for-magento-2.html)
115114
- [Preview Order Confirmation](https://www.magepal.com/magento2/extensions/preview-order-confirmation-page-for-magento-2.html)
116-
- [Guest to Customer](https://www.magepal.com/magento2/extensions/guest-to-customer.html)
117-
- [Admin Form Fields Manager](https://www.magepal.com/magento2/extensions/admin-form-fields-manager-for-magento-2.html)
118-
- [Customer Dashboard Links Manager](https://www.magepal.com/magento2/extensions/customer-dashboard-links-manager-for-magento-2.html)
119-
- [Lazy Loader](https://www.magepal.com/magento2/extensions/lazy-load.html)
115+
- [Guest to Customer](https://www.magepal.com/magento2/extensions/guest-to-customer.html)
116+
- [Admin Form Fields Manager](https://www.magepal.com/magento2/extensions/admin-form-fields-manager-for-magento-2.html)
117+
- [Customer Dashboard Links Manager](https://www.magepal.com/magento2/extensions/customer-dashboard-links-manager-for-magento-2.html)
118+
- [Lazy Loader](https://www.magepal.com/magento2/extensions/lazy-load.html)
120119
- [Order Confirmation Page Miscellaneous Scripts](https://www.magepal.com/magento2/extensions/order-confirmation-miscellaneous-scripts-for-magento-2.html)
121120
- [HTML Minifier for Magento2](https://www.magepal.com/magento2/extensions/html-minifier.html)
122121

0 commit comments

Comments
 (0)