Notice: With the launch of Adobe Cookbooks, this site will no longer be accepting new entries or posting new content. Thanks to everyone who submitted content!

How can I use ColdFusion to check a mail account?

ColdFusion comes with a <cfpop> tag that allows you to both read and delete email from a POP based server. For example:

From: #from#

Subject: #subject#

Sent: #date#

#paragraphformat(body)#


The <cfpop> can also be used to download attachments and delete email from the server.


This question was written by Raymond Camden.
It was last updated on June 12, 2006 at 4:58:54 PM EDT.

CFML Referenced

<cfpop>

Categories

Miscellaneous

Comments

There are no comments for this entry.