CFMAILPARAM
CFMAILPARAM can either attach a file or add a header to a message. If you
use CFMAILPARAM, it is nested within a CFMAIL tag. You can use more than one
CFMAILPARAM tags within a CFMAIL tag in order to attach one or more files
and headers.

See also CFMAIL.

Syntax
<CFMAIL
    TO="recipient"
    SUBJECT="msg_subject"
    FROM="sender"
    ...more attibutes...
>
    <CFMAILPARAM
        FILE="file-name"
    >
    or
    <CFMAILPARAM
        NAME="header-name"
         VALUE="header-value"
    >
    ...
</CFMAIL>


~Justin

----- Original Message -----
From: "Randy Adkins" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 14, 2000 1:01 PM
Subject: Email - Reply-to:


> Does anyone know a way to add the header reply-to:
> to a cfmail message?
>
> I tried it in the first line fo the body and does not work.
>
> I want to send an email from one account but have it replied
> to at another account.
>
> Any ideas??
>
>
> --------------------------------------------------------------------------
----
> 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