Oh - yeah I forget that it looses the brackets in this email.

Format should be:
Name of Person <[EMAIL PROTECTED]>
None of the address should come after the ">"

-----Original Message-----
From: J E VanOver [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 30, 2004 12:28 PM
To: CF-Talk
Subject: RE: Losing CC list in CFMAIL

A few things look strange in that CFMAIL to me.

First, why the @me.com AFTER the closing bracket?  The format should be
Name of person [EMAIL PROTECTED]

Secondly - use COMMAS to separate the email addresses, NOT SEMICOLONS!  The
Evil M$Outlook has twisted people's minds into thinking a semicolon is good,
but it isn't
  -----Original Message-----
  From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, March 30, 2004 12:15 PM
  To: CF-Talk
  Subject: Losing CC list in CFMAIL

  Hi,

  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]

Reply via email to