Return Home
Overview
<attach>
<body>
<body>
<clientip>
<comment>
<configuration>
<copy>
<delay>
<dnslookup>
<domainquery>
<email>
<expression>
<expressions>
<file>
<filter>
<filters>
<header>
<header>
<helo>
<http>
<imap>
<index>
<inputpath>
<ipquery>
<log>
<mailfrom>
<maxbuffer>
<maxlines>
<message>
<modifysource>
<multiplerecipients>
<option>
<parser>
<path>
<quickresult>
<rcptto>
<result>
<results>
<return>
<rule>
<rules>
<scope>
<select>
<smtpextendedstatuscode>
<smtpstatuscode>
<target_filter>
<target_index>
<test>
<title>
Boolean type
Macros
Regular Expressions
Node: email
<email enabled="yes"
server="smtp.mydomain.com" fromname="Postmaster" from="" to="address_list"
cc="address list" bcc="address list" subject="Subject line">
[body]
[attach]
</email>
Attributes:
enabled
yes
no
server
mail server IP address or host name
fromname
human-readable text for from address
from
email address
to
one or more email address separated by semi-colons
cc
one or more email address separated by semi-colons
bcc
one or more email address separated by semi-colons
subject
text to be used in subject of email
Notes
Sends an email to the specified addresses containing the configured body parts and attachments.
Unlimited <body> and <attach> nodes are supported.
Macros are expanded in the fromname, from, to, cc, bcc, and subject attributes.
Future Enhancements:
Revision History:
- Requires v2.0.20 or higher