> 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:305110 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

