Skip to main content

SMTP Connection

Declares an SMTP connection manager pointed at 'smtp.varigence.com' with SSL enabled. Replace 'SmtpServer' with the address of your own mail relay. Reference the connection by name from an SSIS Send Mail task to deliver notifications from a package.

<Biml xmlns="http://schemas.varigence.com/biml.xsd">
<Connections>
<SmtpConnection Name="MySmtpConnection" SmtpServer="smtp.varigence.com" EnableSsl="true" />
</Connections>
</Biml>