Here i will show how to send SMTP email from a script task rather than the SMTP Mail Task.
Imports System
Imports Microsoft.SqlServer.Dts.Runtime
Imports System.Net.Mail
Imports System.Net
Public Class ScriptMain
Public Sub Main()
Dim myHtmlMessage As MailMessage
Dim mySmtpClient As SmtpClient
myHtmlMessage=New MailMessage(name@helpindotnet.blogspot.com,
[...]
Filed under: SSIS, integration services | Tagged: email script task, integration services, integration services email, integration services send email, send email from scrit task, send mail from ssis, send mail task, SSIS, ssis email, ssis send mail | 2 Comments »


