Remember - headers are not delivery rules. You can have *anything* in the
To, From, CC fields. What determines delivery it the SMTPTO (which
corresponds to separate RCPT clauses when the mail is delivered). So,
suppose you have several recipients - spread out among To, CC and BCC
recipients as follows:
To: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
BCC: [EMAIL PROTECTED]
Now, you want to put each one of these in the SMTPTO parameter since they
are all receiving the message. You also want to put the first two
recipients in the appropriate headers but omit the last one (otherwise the
BCC would be seen). So, you would use the cfx_imsmail tag like:
<cfx_imsmail
smtpto="[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED]
header_To="[EMAIL PROTECTED]"
header_CC="[EMAIL PROTECTED]"
...>
Regards,
Howie
----- Original Message -----
From: Tac/Smokescreen Action Network <[EMAIL PROTECTED]>
To: inFusion Support List <[EMAIL PROTECTED]>
Sent: Sunday, May 07, 2000 1:46 PM
Subject: [iMS] CFMAIL v. CFX_iMSMail: cc's and bcc's
> In converting all my CFMail tags to CFX_iMSMail (since CF4.5.1 is still
very
> buggy regarding mail), do I have to handle the CC's in the code myself?
> There's no CC tag for CFX_iMSMail because it's a lower-level tag, right?
>
> Tac
>
>
========================================================================
This list server is Power by iMS
'The Swiss Army Knife of Mail Servers'
-------------------------------------
To leave this list please complete the form at
http://www.CoolFusion.com/iMS.htm
List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
========================================================================