Use CFPOP to get the mail. If you have direct access to the mailbox directory, you could use CFFILE, but then you'd have to parse out the email header. CFPOP will parse the headers and email body for you.
Jim ----- Original Message ----- From: "Tangorre, Michael T." <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, January 15, 2002 1:54 PM Subject: RE: CF and Mailing Lists > Use cffile to retrieve the email messages form the mail server? > > > -----Original Message----- > From: Jim McAtee [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 15, 2002 1:48 AM > To: CF-Talk > Subject: Re: CF and Mailing Lists > > > Even easier is to have separate email addresses for list signup, removal, > etc. You can make the different addresses aliases and direct everything to > the same mailbox. When you retrieve them you don't need to read the message > body itself. All your info is in the headers (to: and from:). If you use > something like CFPOP there's nothing to parse. It's a bit more foolproof, > as well, for the inevitable user that can't spell 'remove'. > > Jim ______________________________________________________________________ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

