Am 23.03.2011 20:55, schrieb Jeroen van Aart: > I tried the following in telnet session, but for some reason the email > is only sent to the rcpt to: address. None of the Bcc'ed addresses > receive a copy. Am I missing something obvious?
Yes - you seem to be misunderstanding how SMTP works. See RFC5321 [1] for an explanation; for delivery, it matters ONLY what's in the RCPT TO:<destin@tion.address.example> commands, not what's in the DATA section. [1] http://tools.ietf.org/html/rfc5321