Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Steven Weiner / Steven Weiner (Steven Weiner)
Created: 11/21/2012
Components: Net Protocols, MAIL
Versions: 9.0.1
Failure Type: Incorrect w/Workaround
Found In Build/Fixed In Build: 9.0.1 / CF11 Update5,CF10 Update16
Priority/Frequency: Major / All users will encounter
Locale/System: English / Win 2008 Server x64
Vote Count: 2
Problem Description: when using CFMAIL and specifying an smtp server, username and password, the spool manager does not consider the username/password when the keep mail connection check box is checked in administrator.
Steps to Reproduce: Setup 2 cfmail based on a query with 1000+ records. set both cfmail tags to the same SMTP server, but use a different username/password for each... example tag 1: smtp.gmail.com username: user1@gmail.com password:, tag2: smtp.gmail.com username: user2@gmail.com password:
Actual Result: You will find that when "keep connection alive" is checked, it is entirely possible for emails from user2 to be sent through user1's account.
Expected Result: User1's emails sent only through user1's account and user2's emails be send through their account.
Any Workarounds: in my DNS, I created a cname to point to my smtp server addresses so that both websites were looking at different domain names rather than the same one. the unique domain name is enough to force coldfusion to create a new connection rather than use the same one.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3369472
External Customer Info:
External Company:
External Customer Name: ifsteve
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: