0
CFPOP attachmentfiles field is empty
New Here
,
/t5/coldfusion-discussions/cfpop-attachmentfiles-field-is-empty/td-p/8129488
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Have something to add?
Join the conversation

