Zum Hauptinhalt springen

Send message

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

<mail:send /> consignes an e-mail message to the mail sending queue and sends it immediately.

Attributes

NameTypeDescriptionDefined By
varvarResult variable name for message ID mail:send
mailserverintMail server ID mail:send

Results

BindingTypePredicate
varN/A

Children

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

Examples

XML
<mail:send>
<mail:header>
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:send>