Changeset 630445
- Timestamp:
- 11/27/2012 12:21:39 AM (13 years ago)
- Location:
- mailgun
- Files:
-
- 2 edited
-
tags/0.1/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mailgun/tags/0.1/readme.txt
r628208 r630445 1 === Mailgun ===1 === Mailgun for WordPress === 2 2 Contributors: sivel, Mailgun 3 3 Tags: mailgun, smtp, http, api, mail, email … … 7 7 License: GPLv2 or later 8 8 9 This is a Mailgun integration plugin to allow sending email through Mailgun by HTTP API or SMTP 9 Easily send email from your WordPress site through Mailgun using using the HTTP API or SMTP. 10 10 11 11 == Description == 12 12 13 This is a [Mailgun](http://www.mailgun.com/) integration plugin to allow sending email through Mailgun by HTTP API or SMTP 13 [Mailgun](http://www.mailgun.com/) is the email automation engine trusted by over 10,000 website and application developers for sending, receiving and tracking emails. By taking advantage of Mailgun's powerful email APIs, developers can spend more time building awesome websites and less time fighting with email servers. Mailgun supports all of the most popular languages including PHP, Ruby, Python, C# and Java. 14 14 15 [Mailgun](http://www.mailgun.com/) is a programmable email platform. It allows your application to become a fully featured email server. Send and receive messages, create mailboxes and email campaigns with ease using your favorite programming language.15 One particularly useful feature of this plugin is that it provides you with a way to send email when the server you are on does not support SMTP or where outbound SMTP is restricted since the plug-in uses the Mailgun HTTP API for sending email by default. All you need to use the plugin in a [Mailgun account](http://www.mailgun.com/). Mailgun has a free account that lets you send up to 200 emails per day, which is great for testing. Paid subscriptions are available for increased limits. 16 16 17 The current iteration of this plugin only handles sending emails. Future releases will include additional functionality. 18 19 This plugin can also provide you with a way to send email, when the server you are on does not support SMTP or where outbound SMTP is restricted as it will, by default, utilize the Mailgun HTTP API for sending email. 17 The current version of this plugin only handles sending emails. Future releases will include additional functionality around processing incoming emails, tracking and analytics. Until then, you can configure how to handle incoming emails and set up analytics in the Mailgun control panel or using the Mailgun API. 20 18 21 19 == Installation == -
mailgun/trunk/readme.txt
r628208 r630445 1 === Mailgun ===1 === Mailgun for WordPress === 2 2 Contributors: sivel, Mailgun 3 3 Tags: mailgun, smtp, http, api, mail, email … … 7 7 License: GPLv2 or later 8 8 9 This is a Mailgun integration plugin to allow sending email through Mailgun by HTTP API or SMTP 9 Easily send email from your WordPress site through Mailgun using using the HTTP API or SMTP. 10 10 11 11 == Description == 12 12 13 This is a [Mailgun](http://www.mailgun.com/) integration plugin to allow sending email through Mailgun by HTTP API or SMTP 13 [Mailgun](http://www.mailgun.com/) is the email automation engine trusted by over 10,000 website and application developers for sending, receiving and tracking emails. By taking advantage of Mailgun's powerful email APIs, developers can spend more time building awesome websites and less time fighting with email servers. Mailgun supports all of the most popular languages including PHP, Ruby, Python, C# and Java. 14 14 15 [Mailgun](http://www.mailgun.com/) is a programmable email platform. It allows your application to become a fully featured email server. Send and receive messages, create mailboxes and email campaigns with ease using your favorite programming language.15 One particularly useful feature of this plugin is that it provides you with a way to send email when the server you are on does not support SMTP or where outbound SMTP is restricted since the plug-in uses the Mailgun HTTP API for sending email by default. All you need to use the plugin in a [Mailgun account](http://www.mailgun.com/). Mailgun has a free account that lets you send up to 200 emails per day, which is great for testing. Paid subscriptions are available for increased limits. 16 16 17 The current iteration of this plugin only handles sending emails. Future releases will include additional functionality. 18 19 This plugin can also provide you with a way to send email, when the server you are on does not support SMTP or where outbound SMTP is restricted as it will, by default, utilize the Mailgun HTTP API for sending email. 17 The current version of this plugin only handles sending emails. Future releases will include additional functionality around processing incoming emails, tracking and analytics. Until then, you can configure how to handle incoming emails and set up analytics in the Mailgun control panel or using the Mailgun API. 20 18 21 19 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.