Skip to main content
Known Participant
March 8, 2016
Question

CFPOP attachmentfiles field is empty

  • March 8, 2016
  • 0 replies
  • 286 views

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

This topic has been closed for replies.