Tools of the Trade #4: Mailer.cfc 1.8
Tools of the Trade , Product Management , ColdFusion 2 Comments »Steve Bryant released Mailer.cfc Version 1.8 a couple days ago.
We use this CFC extensively (w/ ColdSpring) to provide a single point for sending mails. No more CFMAILs strewn throughout the app.
If that isn't enough of a benefit, its chock loaded with features, include the new "sender" header I asked for, which allows you to send email "On Behalf Of" other people. In other words, if you pass the CFC:
- From: a@xyz.com
- To: b@xyz.com
- Sender: c@xyz.com
It will send the mail from "c@xyz.com On Behalf Of a@xyz.com". All replies go to "a@xyz.com". This functionality comes in handy when you must send mail on behalf of a user, but from your mail servers which may mark the email as spam. Our government clients are very particular about email, SPF settings, and resist whitelisting, etc.


8-27-2010
8-26-2010
8-23-2010
8-19-2010
8-9-2010