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]

