FORGEBOX Enterprise 🚀 - Take your ColdFusion (CFML) Development to Modern Times! Learn More...

PostBox

v0.1 Plugins
The PostBox Service is used to send emails from your ColdBox applications, as a direct replacement to the stock ColdBox MailService Plugin. Emails are sent through PostMarkApp.com API rather than over standard SMTP.

PostMarkApp (http://postmarkapp.com/) is a web service based email provider. Rather than sending emails using standard SMTP protocols, you make a REST request to their API. Each mail is then assigned a message_id, you can then use their bounce back API's and webhooks to track mail delivery.
Simply replace references to the standard MailService in your application so they point at the PostBox plugin rather than the stock MailService plugin. You also need to add a custom setting to your ColdBox configuration file which contains your PostMarkApp API key.
e.g. 
// custom settings
     settings = {
          // PostMarkApp Settings
          PostMarkApiKey = "your-api-key-goes-here"
     };
Once this plugin is in place, you'll be able to use it to build and send emails in the same way as the stock ColdBox mail service plugin.
This is only in ALPHA phase, so I wouldn't recommend it for production use just yet, unless you're feeling brave.

$ box install PostBox

No collaborators yet.
 
5.00 / 1
  • {{ getFullDate("2011-02-02T11:31:56Z") }}
  • {{ getFullDate("2016-06-09T16:12:34Z") }}
  • 8,810
  • 5,549