Changeset 1814980
- Timestamp:
- 02/04/2018 06:42:41 AM (8 years ago)
- Location:
- wp-sendgrid-smtp/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (4 diffs)
-
wp-sendgrid-smtp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-sendgrid-smtp/trunk/readme.txt
r1649522 r1814980 3 3 Tags: sendgrid smtp, sendgrid protocol, smtp, sendgrid smtp, wp sendgrid smtp, sendgrid, autoresponder, deliverability, email, mail, newsletter, service, smtp, webservice, wp_mail, email sending, outgoing emails, tls, wp mail 4 4 Requires at least: 3.0.1 5 Tested up to: 4. 7.26 Stable tag: 1.0. 35 Tested up to: 4.9.2 6 Stable tag: 1.0.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 10 10 == Description == 11 11 12 W ith WP SendGrid SMTP plugin you can connect SendGridto your WordPress website for sending emails. It bypasses the normal WP mail function and sends email using SendGrid service.12 WP SendGrid SMTP plugin let you can connect SendGrid SMTP to your WordPress website for sending emails. It bypasses the normal WP mail function and sends email using SendGrid service. 13 13 14 14 Simply Add Username and Password and start delivering emails through SendGrid. 15 15 16 16 You can also change the From Email address and From Name. 17 18 Make sure When you send emails to your users of list you get minimum number of hard and soft bounce as this can block your account. So you can try email list cleaning service that will help you save your account. 19 20 [Email List Cleaning Services](https://www.inkthemes.com/email-list-cleaning-services/) 17 21 18 22 ###Below are the list of settings that you have to add to start using the plugin: … … 25 29 You can also try sending a test email with the plugin to check whether all your configurations are working correctly. 26 30 31 There are 2 parameter that are very important when you send email. Good reputation of sender IP and good domain reputation. Personally we this that you will get good results with SendGrid SMTP and this help you make more inboxing to your emails. 32 In case if you wish to check for more SMTP service then you can check these 2 blog post that help you to know more SMTP service provider. 33 34 [SMTP Service Provider](https://www.inkthemes.com/smtp-service-providers/) 35 [SMTP Service](https://www.pabbly.com/smtp-service-providers/) 36 37 38 Incase you are looking for hassel free email marketing and don't want to connect any SMTP at your own end then you can choose email marketing services that is already intergrated with front end and SMTP. This will help you to just upload your email list and start sending emails. They have inbuilt SPAM and Bounce management service. 39 40 [Free Email Marketing Software](https://www.pabbly.com/free-email-marketing-software/) 41 [Best Email Marketing Services](https://www.formget.com/best-email-marketing-services/) 42 [Bulk Email Marketing Softwares](https://woofresh.com/bulk-email-marketing-services-softwares/) 43 44 Here is the guide you can follow for your installation section. It's very simple to use the plugin. You just need to install the plugin and connect With SMTP via saving username and password along with PORT number. 27 45 28 46 == Installation == … … 53 71 * Initial release 54 72 55 = 1.0. 1=56 * Please upgrade to latest version73 = 1.0.4 = 74 * Tested upto WordPress Version 4.9.2 -
wp-sendgrid-smtp/trunk/wp-sendgrid-smtp.php
r1649520 r1814980 3 3 Plugin Name: WP SendGrid SMTP 4 4 Description: WP SendGrid SMTP allows you to send all outgoing emails via SendGrid SMTP server from your WordPress site. 5 Version: 1.0. 35 Version: 1.0.4 6 6 Author: InkThemes 7 7 Author URI: https://www.inkthemes.com/
Note: See TracChangeset
for help on using the changeset viewer.