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

CFPOP attachmentfiles field is empty

New Here ,
Mar 07, 2016 Mar 07, 2016

Copy link to clipboard

Copied

Hi there,

Just recently I've got a problem with email attachments download with CF10 & 11. Attachmentfiles field is empty, but attachments one contains file name. Code was working fine before. I am sending emails from Outlook 2002 and web interface to GoDaddy and BlueHost mail servers. Code is:

   <cfpop
   server="#POPServer#"
   port="#POPPort#"
   username="#POPUser#"
   password="#POPPass#"
   action="getall"
   uid="#UID#"
   attachmentpath="#ExpandPath(EMAIL_FILE_DIR)#"
   generateuniquefilenames="yes"
   name="CurrEmail"
   debug="#debug#"
   timeout="600" />

May be someone have any idea about this issue.

Thank you,

Anton

Views

230

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
no replies

Have something to add?

Join the conversation
Resources
Documentation