Skip to main content
May 14, 2008
Question

How can I capture undeliverable email?

  • May 14, 2008
  • 4 replies
  • 516 views
Hi,
Is there any way I can capture the undeliverable email data in coldfusion? We have a large amount of email addresses in our database. I need to track it for our client.
Thanks a lot!
    This topic has been closed for replies.

    4 replies

    Inspiring
    May 16, 2008
    You might want to also consider taking a peek into the ColdFusion8\Mail\Undelivr folder on your server.
    Participating Frequently
    May 14, 2008
    The address in the "from" attribute in the cfmail tag should get the bounce back messages from the email server if it is associated with an actual email account.
    Inspiring
    May 14, 2008
    if you want to automate the process, you can set up a special email to
    receive failed delivery notifications vie FAILTO, then create a cf
    scheduled job to check that email account using CFPOP, retrieve the
    failed email address from mail's body/header and update your db to
    remove that email...

    mind you, there may be different reasons for failed delivery, and not
    all of them mean the email address is invalid...

    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com/
    Inspiring
    May 14, 2008
    you can start by adding FAILTO attribute with your email address to your
    CFMAIL tags...

    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com/