You might want to consider using a.system like sendgrid.net which makes
this stuff a lot easier. They have an api for sending email insyead of
using cfmail/smtp, so far easier to track failed delivery, and they track
bounces for you too.

Regards
Russ Michaels
www.michaels.me.uk
www.cfmldeveloper.com - Free CFML hosting for developers
www.cfsearch.com - CF search engine
On Mar 8, 2013 7:25 PM, "Rick Root" <rick.r...@gmail.com> wrote:

>
> Hi,
>
> I'm trying to figure out a way to have coldfusion handle bounce emails from
> a certain system that produces bounce messages in multipart format.
>
> Unfortunately, Coldfusion CFPOP seems to only get the multipart sections
> with text/plain (textBody) and text/html (htmlBody), and some of these
> other mime parts that are not file attachments are ignored.
>
> For the most part CFPOP works great, it saves my attachments to a folder
> for me, populates the text and html pieces... but somehow I need to get the
> other mime parts - or the raw message.
>
> Anyone got any ideas for me?
>
> --
> *The beatings will continue until morale improves.*
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354905
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to