> I am wondering about the CFERROR tag. It does not provide a
> way of defining a FROM address for the email. Only a TO address.
> This poses a problem for closed relay mail servers.
>
> Is it that CFERROR uses the email address in the cfadmin for
> the FROM address?
CFERROR doesn't need a FROM address, because it doesn't send mail. It allows
you to specify a MAILTO attribute, but all this does is expose an error
variable within your CFERROR page, Error.MailTo. You might use this in HTML
like this:
<a href="mailto:#Error.MailTo#">Notify Webmaster</a>
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com