Has anyone had a problem where in they have a list of users in a CC in CFMAIL
and once the email is delivered you only see the first person in the cc list
and not all of the users. I am sending an email to myself and cc 3 other
people and when I receive the email I only see the first person on the cc list
- all the users do receive the email but they also only see the first person
on the cc list. This causing problem for when I hit reply all since it will
only reply to the first person on the email list.
Here is a sample of my code:
<CFMAIL
FROM="system <mailto:[EMAIL PROTECTED]> @me.com"
TO="me <mailto:[EMAIL PROTECTED]> @me.com"
CC=" [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ;[EMAIL PROTECTED]"
SUBJECT="TEST"
TYPE="HTML"
SERVER="server1.email.me.com">
<html>
<head>
<body text="##000000" Topmargin="10">
<P>TEST</P>
</body>
</html>
</CFMAIL>
Thanks
Mario
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

