There is a mail server which uses ColdFusion templates to handle mail,
logins, etc. I believe it is called the inFusion Mail Server. Ostensibly,
you could customize these templates to suit your needs.

Usually, however, this is done with "Mailbox Agents," executables that are
run when a mail server receives a piece of e-mail for a specific user or
group of users.
If an agent alone won't suffice (you really need a ColdFusion template
executed), another solution would be to write an agent in C (or even in VBS
or JS if your mail server is on NT) and have that call the ColdFusion
template. This method incurs quite a bit of overhead as we're talking about
multiple servers, the network, the Web Server, etc.

There may be other options depending on what exactly you're trying to do. If
you post some more information, we may be able to help you out a little
more.

Benjamin S. Rogers
Web Developer, c4.net
voice: (508) 240-0051
fax: (508) 240-0057

-----Original Message-----
From: Jacob McKee [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 28, 2000 1:46 PM
To: '[EMAIL PROTECTED]'
Subject: Parsing Email


Does anyone know how to take an email that is sent to someone and have CF
parse it/check for string and then perform some action?

Thanks!
jake

============================================
                   J a c o b        M c K e e
    Senior Development Manager - Mobile Solutions Group
Vectrix
Tel: 214.890.1801
8800 N. Central Expressway
Suite 800
Dallas, Texas 75231 USA

E: [EMAIL PROTECTED]
W: http://www.vectrix.com/
============================================


----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to