Question
CFPOP attachmentfiles field is empty
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
