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
Categories
Comments
There are no comments for this entry.