SSIS Send Email
www.mssqltips.com › sqlservertip › 1731Apr 16, 2009 · I will tell you that if you are using port 465 on your stmp server, for some reason, you need to specify port 587 in database mail. In your SSIS package, simply add an “Execute SQL Task” step to your package. In the SQLStatement entry box under the General Tab type: EXEC msdb.dbo.sp_send_dbmail. @recipients='theemail@server.net',
Help Manual - SMTP Connection Manager - KingswaySoft
www.kingswaysoft.com › smtp-connection-managerThe General page on the SMTP Connection Manager allows you to specify general settings for the connection. Server Information Server. The SMTP server URL. Port. The SMTP server port number. Enable SSL. Specifies whether or not to use SSL encryption when connecting to the SMTP server. Authentication Username. The username for authentication to the SMTP server. Password. The password for authentication to the SMTP server. Additional Settings Timeout (secs)