Zum Hauptinhalt springen

Queue message

XML
<mail:queue var="var" mailserver="(default system SMTP server)" senddate="(do not send)">
<mail:header>string</mail:header>
<mail:body>string</mail:body>
</mail:queue>

<mail:queue /> consignes an e-mail message to the mail sending queue.

Attributes

NameTypeDescriptionDefined By
varvarResult variable name for message ID mail:queue
mailserverintMail server ID mail:queue
senddateintSend date mail:queue

Results

BindingTypePredicate
varN/A

Children

mail:header
XML
<mail:header>string</mail:header>
mail:body
XML
<mail:body>string</mail:body>

Examples

XML
<mail:queue senddate="1262103817">
<mail:header>
From: person@example.com
To: person@example.com
Date: Tue, 29 Dec 2009 17:23:37 +0100
Subject: This is the subject of the message
Content-Type: text/plain
</mail:header>
<mail:body>This is the body of the message.</mail:body>
</mail:queue>