susan.ngc said:
Does anyone know of a way to send attachments only to the addressees on
the
To line in an email? The Cc and Bcc adressees would not receive the
attachment.
Only one copy of your message gets delivered to the mail server using the
DATA command. Each recipient is specified by the RCPT TO commands, one for
each recipient. So if you have N aggregate recipients (across the To, Cc,
and Bcc fields), there will be N of the RCPT TO commands and 1 DATA command.
If you want different recipients to receive different messages, you will
need to send a different message to each recipient. If you don't want to
use copy & paste and vary which message has the attachment(s), send the
message with an attachment to a list of recipients to whom you wish to get
the attachment, then REsend the same message but delete the attachment and
change the list of recipients for those you want to get the message without
the attachment. So you have had to only send 2 copies of your message: one
with the attachment and another same copy but without the attachment.