LassoScript Utility
Basics Browse Detail

[Email_Result]

Tag Link [Email_Result] Category Email
Type Substitution Source Available Yes
Support Preferred Version 8.0.5
Change Unchanged Data Source Any
Output Type String Security None
Implementation LDML Sets Lasso 8.5, Lasso 8.0

Description

[Email_Result] returns a unique ID for the email that was just queued. This tag should be called immediately after an [Email_Send] or [Email_Queue] tag. The value of this tag can be passed into the [Email_Status] tag to get the status of the email message later.

Syntax

[Email_Send: -To='example@example.com', -From='example@example.com', -Subject='Testing', -Body='Testing]

[Var: 'id' = (Email_Result)]

[Email_Status: $id]

Parameters

No Parameters Required.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.