Problems
How can I delete email messages from a mail server?
Use <cfpop> with the action attribute set to 'delete' and the messagenumber attribute or uuid ...
How can I retrieve attachments from an email message?
Use <cfpop> with the action attribute set to 'getall' and the attachmentpath attribute set to ...
How do I mail the contents of a form?
One of the most common things a web site may require is a simple "Contact Us" or other form. Normall...
How Do I Send An Email To Multiple Recipients Without All Email Addresses Being Listed in the To Line?
Use the query attribute of the <cfmail> tag. Doing this will iterate once over the cfmail tag...