@Css
optional
varchar
For an HTML mail, extra style declarations that should be included in the mail. You must wrap the CSS in a <style>-tag.
@EmailIdOut
optional
bigint
ID of the queued email. You can use it to lookup the message in the SoftadminApi.MailQueue view.
@FromAddress
mandatory
nvarchar
The from address.
@FromName
optional
nvarchar
Human-readable version of the sender's name.
@HtmlBody
optional
varchar
The body of an HTML mail. You must specify at least one of @HtmlBody and @PlaintextBody.
@ListUnsubscribe
optional
nvarchar(600)
Sets the List-unsubscribe header. See email component for full description.
@PlaintextBody
optional
varchar
The body of a plaintext mail. You must specify at least one of @HtmlBody and @PlaintextBody.
@ReplyAddress
optional
nvarchar
Alternate reply-address.
@Subject
mandatory
varchar
Email subject line.
@ToAddress
optional
nvarchar
Receiver, if you do not use the #To table. If the #To table is present then the union of this parameter and the table are used.