Send Mail
<Biml xmlns="http://schemas.varigence.com/biml.xsd">
<Packages>
<Package Name="FailureNotifier" ConstraintMode="Parallel">
<Tasks>
<SendMail Name="Send Mail Task 2" ConnectionName="SmtpConnection2" FromLine="[email protected]" ToLine="[email protected]" Subject="There is a problem" Priority="High">
<DirectInput>A package has unexpectedly failed! Please investigate.</DirectInput>
</SendMail>
</Tasks>
</Package>
</Packages>
</Biml>