I'm not sure about CFMX but CF5.0 and earlier do not support SMTP auth. If you can, try to get your postmaster to assign the IP address of your CF server to an allowed list of IPs so that you don't have to authenticate. If that doesn't work, and you are running Windows, then you may want to look at iMS-SE which allows you to send mail without an external email server and, if you still want to use the other mail server, it supports SMTP auth as well.
HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server >>> Find out how iMS Stacks up to the competition: >http://www.coolfusion.com/imssecomparison.cfm ----- Original Message ----- From: "Ben Doom" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, July 22, 2002 11:34 AM Subject: RE: SMTP Authentication w/CFMAIL tag? > If you supply the username and password in the cfmail tag, it should support > SMTP authentication. I don't know offhand if this supports encrypted logins > or just plaintext. > > > > --Ben Doom > Programmer & General Lackey > Moonbow Software > > : -----Original Message----- > : From: Bosky, Dave [mailto:[EMAIL PROTECTED]] > : Sent: Monday, July 22, 2002 11:08 AM > : To: CF-Talk > : Subject: SMTP Authentication w/CFMAIL tag? > : > : > : Our network admin told me I need to add smtp authentication in my cf email > : application. Currently users simply login with their pop server info > : (server,user,pwd) to retrieve and send mail. > : > : How can I add SMTP authentication using the cfmail tag? > : > : Thanks, > : Dave > : ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

