From 1fe2a81e3efe2514450b4328e90c623fabdf37fd Mon Sep 17 00:00:00 2001 From: World Wide Web Server <_www@Dwight-Schrutte.local> Date: Wed, 4 Jul 2012 16:06:42 -0700 Subject: [PATCH] ... --- Postmark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Postmark.md b/Postmark.md index 1a161e0b..254e308c 100755 --- a/Postmark.md +++ b/Postmark.md @@ -4,7 +4,7 @@ You're looking at the wiki page dedicated to the Postmark library for CodeIgnite [size=3][b]What's Postmark?[/b][/size] -Postmark is a transactional e-mail delivery service from Wildbit. Transactional e-mails are the e-mails generated by a web application after an user action such as registration, requesting a password reminder, receiving a reply to a comment, etc. The problem me and many developers faced is that sometimes the client's servers are blacklisted and these e-mails land in the users' spam folder. This is where Postmark comes to the rescue, hopefully – instead of using the built in mail function of your web development language of choice you issue a call to Postmark which sends out the e-mail from their “well regarded” servers so that hopefully they land in the user’s inbox. +Postmark is a transactional e-mail delivery service from Wildbit. Transactional e-mails are the e-mails generated by a web application after an user action such as registration, requesting a password reminder, receiving a reply to a comment, etc. The problem me and many developers faced is that sometimes the client's servers are blacklisted and these e-mails land in the users' spam folder. This is where Postmark comes to the rescue, hopefully – instead of using the built in mail function of your web development language of choice you issue a call to Postmark which sends out the e-mail from their “well regarded” servers so that hopefully they land in the user’s inbox. [size=3][b]Download[/b][/size]