Hi Jason, Just in case you hadn't considered this. The anti-spam policies of many mail servers frown upon use of bcc.
It is recommended (happen to have done a lot of reading on this this week), that a personalised email each sent to each recipient. Jenny -----Original Message----- From: Jason Durham [mailto:[EMAIL PROTECTED] Sent: 12 May 2008 20:55 To: CF-Talk Subject: RE: Multiple recipients in BCC via Exchange Thank you for your reply. The first explanation was taken (incorrectly) as inflammatory. My apologies. With that in mind... Exchange doesn't care. It must be something else. Back to the drawing board... :) -----Original Message----- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, May 12, 2008 2:46 PM To: CF-Talk Subject: RE: Multiple recipients in BCC via Exchange > Are you insinuating that I don't know how to use telnet or am > otherwise incapable of managing a mail server? I'm not sure > what your point was. > I'm unable to send mail... not receive it. Does CFMAIL not > send a single message regardless as to the number of recipients? In SMTP, multiple recipients are specified one by one, with multiple RCPT TO commands: HELO sendinghost.sendingdomain.com MAIL FROM: [EMAIL PROTECTED] RCPT TO: [EMAIL PROTECTED] RCPT TO; [EMAIL PROTECTED] ...... DATA Message goes here .... QUIT What Jochem was saying - not insinuating - is that someone familiar with SMTP, and who's used telnet to send SMTP, would know this. Arguably, if you're going to manage a mail server, you should be conversant with the protocols it uses. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Training: Adobe/Google/Paperthin Certified Partners http://training.figleaf.com/ WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers! http://www.webmaniacsconference.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305121 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

