LassoScript Utility
Basics Browse Detail

[Email_Batch] ... [/Email_Batch]

Tag Link [Email_Batch] ... Category Email
Type Container Source Available Yes
Support Preferred Version 8.5
Change New Data Source Any
Output Type String Security None
Implementation LassoScript Sets Lasso 8.5

Description

[Email_Batch] ... [/Email_Batch] temporarily suspends the email queue so that several email messages can be queued at once. The messages can be inserted into the queue by the [Email_Send] tag faster if the inserts do not have to contend with the searches performed by the email system as new messages are processed. Any messages which are already in the queue will continue to send when this tag is used.

Syntax

[Email_Batch]
[Email_Send: -To='joe@example.com', -Subject='Test Message', ...]
... Additional Email Sends ...
[/Email_Batch]

Parameters

No Parameters Required.

Examples

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