PostalMethods - Web Service for Snail Mail

Updated , First Published by Pete Freitag

PostalMethods LogoI just noticed PostalMethods a new SOAP web service / API for sending snail mail via the US Postal Service. This service is from the folks at InterFax who have a nice web service for sending Faxes as well.

It was nice to see that they have code samples for ColdFusion as well!

Some potential uses for this new service:

The Fixinator Code Security Scanner for ColdFusion & CFML is an easy to use security tool that every CF developer can use. It can also easily integrate into CI for automatic scanning on every commit.

Comments

Ben Nadel

That is pretty darn cool!

Pete Freitag

Yeah it is, you can basically just give them a PDF and an address, and they mail it. What I think is really cool about these types of services, is that it allows for smaller businesses to do things that only big businesses could have in the past.

Ben Nadel

I definitely want to make some time to try this out, if only for fun.

Pete Freitag

Yeah, they have free developer accounts that doesn't actually send the letter but can be used to test out code to call their web services.

Ben Nadel

I didn't really look at the setup, I just liked the idea. Is this designed for business only? Or can anyone use it for some flat per-letter cost. You don't have to answer that, I can just read the docs - I was just thinking out loud.

Pete Freitag

Yes, you can prepay as little as $10, which at that rate gets you $1.20 per one page letter, the more you prepay, the cheaper it cost you to send a letter. Then they also charge for additional pages, and other stuff, check out this page for more info: http://www.postalmethods.com/pricing

Ben Nadel

1.20 per letter... grumble grumble grumble. Hmmm.

Pete Freitag

Yeah, my initial reaction was the same, but as I thought about it... it probably prevents the service from being used for sending junk mail, which is a good thing. If you prepay $1000 the cost is down to $0.79 It would be cool if they offered other types of mailings too, such as post cards, etc... but this is a great start.

Ben Nadel

I guess it also becomes a question of "How much is my time worth?" Which is more valuable - the extra dollar on the letter? Or the 30 minutes I save having to prepare it and then find a mail box? I like to think i'm worth more :)

Bo Reahard

Peter - thanks for sharing this. I ran in to it yesterday on my own and have started to develop for this. The sample windows envelop html pages using css to align the addresses and body content was a great find by itself. I plan to develop an application for my clients which allows them to web generate a postal letter each time they get a bounced bad email off their emailing list.