|
SSIS Send HTML Email Task can be used to send any news letters or great looking HTML emails from SSIS. It support SMTP connection with UserID/Password so you are not stuck with your company email server. Auto expanding placeholders can make it super easy to create flexible email templates in few minutes without messing up with SSIS expressions.
Download Read more |
| Property Name | Description |
|---|---|
| SmtpConnection | Specifies SMTP connection manager for sending email |
| IsHtmlEmail | Specifies whether email is in Plain Text or HTML format |
| DefaultStyle | Default CSS Style for tables generated from recordset. Set this according to your need. |
| Subject | Specifies subject line of email |
| From | Specifies FROM address for email. |
| To | Specifies TO address for email. Can be comma separated if you have multiple email addresses. |
| Cc | Specifies CC address for email. Can be comma separated if you have multiple email addresses. |
| Bcc | Specifies BCC address for email. Can be comma separated if you have multiple email addresses. |
| Attachments | Specifies file(s) you want to attach with your email. Use vertical bar if you want to attach multiple files |
| EmailPriority | Specifies email priority |
| MessageSourceType | Specifies how to read email body text. It can be from variable, from file or direct input |
| MessageDirectValue | Specifies email body text. Only applicable when MessageSource is DirectValue. |
| MessageFileConnection | Specifies connection which points to the email template file path. Only applicable when MessageSource is Connection. |
| MessageVariable | Specifies SSIS variable name which holds email body text. Only applicable when MessageSource is Variable. |
| LoggingMode | LoggingMode determines how much information is logged during Package Execution. Set Logging mode to Debugging for maximum log. |