How Can I Specify Credentials for Simple Authentication in SSIS SMTP Connection Manager?
问题 We have several asp.net web apps that send emails, and the MailMessage object is configured with an SMTP server, username and password. The emails are sent with no problems. In an SSIS package, I added an SMTP connection manager, and I configured the smtp server. I set UseWindowsAuthentication=True because I don't see where I type in username/password. When I run the package from SQL Server Agent , the SSIS sends the email correctly, so apparently, the user/password is not needed. So how can