Skip to content

Commit 9b54d7c

Browse files
author
Patrick Graham
committed
updates readme.txt
1 parent b1fd4db commit 9b54d7c

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

readme.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ If you're still sending email with default SMTP, you're blind to delivery proble
1313

1414
If you don't already have a Postmark account, you can get one in minutes, sign up at https://postmarkapp.com
1515

16+
Check out our video on how to set up the Postmark for WordPress plugin [here](https://postmarkapp.com/webinars/postmark-wordpress).
17+
1618
== Installation ==
1719

1820
1. Upload postmark directory to your /wp-content/plugins directory
@@ -41,9 +43,9 @@ No worries, our expert team can help. Just send an email to support@postmarkapp.
4143

4244
= Why should I trust you with my email sending? =
4345

44-
Because we've been in this business for many years. We’ve been running an email marketing service, Newsberry, for five years. Through trial and error we already know what it takes to manage a large volume of email. We handle things like whitelisting, ISP throttling, reverse DNS, feedback loops, content scanning, and delivery monitoring to ensure your emails get to the inbox.
46+
Because we've been in this business for many years. We’ve been running an email marketing service, Newsberry, for five years. Through trial and error we already know what it takes to manage a large volume of email. We handle things like whitelisting, ISP throttling, reverse DNS, feedback loops, content scanning, and delivery monitoring to ensure your emails get to the inbox.
4547

46-
Most importantly, a great product requires great support and even better education. Our team is spread out across six time zones to offer fast support on everything from using Postmark to best practices on content and user engagement. A solid infrastructure only goes so far, that’s why improving our customer’s sending practices helps achieve incredible results
48+
Most importantly, a great product requires great support and even better education. Our team is spread out across six time zones to offer fast support on everything from using Postmark to best practices on content and user engagement. A solid infrastructure only goes so far, that’s why improving our customer’s sending practices helps achieve incredible results
4749

4850
= Why aren't my HTML emails being sent? =
4951

@@ -63,11 +65,11 @@ There are a couple ways to resolve this issue.
6365

6466
Change this line:
6567

66-
$message .= ‘<‘ . network_site_url(“wp-login.php?action=rp&key=$key&login= . rawurlencode($user_login), ‘login’) . >\r\n”;
68+
$message .= ‘<‘ . network_site_url(“wp-login.php?action=rp&key=$key&login=” . rawurlencode($user_login), ‘login’) . “>\r\n”;
6769

6870
Remove the brackets, so it becomes:
6971

70-
$message .= network_site_url(“wp-login.php?action=rp&key=$key&login= . rawurlencode($user_login), ‘login’) . \r\n”;
72+
$message .= network_site_url(“wp-login.php?action=rp&key=$key&login=” . rawurlencode($user_login), ‘login’) . “\r\n”;
7173

7274
And save the changes to the file.
7375

@@ -180,4 +182,4 @@ And save the changes to the file.
180182
Adds link tracking support.
181183

182184
= 1.10 =
183-
Adds new feature for enabling logging of send attempts, including the response from the Postmark API.
185+
Adds new feature for enabling logging of send attempts, including the response from the Postmark API.

0 commit comments

Comments
 (0)