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

Parsing an Email

LEGEND ,
Oct 03, 2006 Oct 03, 2006

Copy link to clipboard

Copied

Can anyone help me find out more information on how CF can use <cfpop> to
capture an email and parse it so I can look for specific information in the
body. I need to track bounce backs from a bulk mailer system I developed and
need to provide stats of returned emails.

Thanks!


TOPICS
Advanced techniques

Views

265

Translate

Translate

Report

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
Participant ,
Oct 03, 2006 Oct 03, 2006

Copy link to clipboard

Copied

LATEST
When you use <cfpop>, the results are returned as a query.

You could loop over this query set and do a Find() or REFind() on the 'body' column of the query.

Votes

Translate

Translate

Report

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
Documentation