Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How can I capture undeliverable email?

Guest
May 13, 2008 May 13, 2008
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!
490
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 13, 2008 May 13, 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/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 13, 2008 May 13, 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/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 14, 2008 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.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
May 16, 2008 May 16, 2008
LATEST
You might want to also consider taking a peek into the ColdFusion8\Mail\Undelivr folder on your server.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources