I have a form that works great until I add the CC option into it. Can anyone help me?

Here is the code that works
<CFMAIL
server="mail.LtcConnection.net"
FROM="#form.Email_Address#"
TO="#form.send_to#"
SUBJECT="#form.subject#"

>

When I change it to
<CFMAIL
server="mail.LtcConnection.net"
FROM="#form.Email_Address#"
TO="#form.send_to#"
CC="#form.Email_Address#"
        SUBJECT="#form.subject#"

>

It won't go anywhere.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to