Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501

Deprecated: Function create_function() is deprecated in /opt/lampp/htdocs/aiedam/aiesite/pmwiki.php on line 501
AIEDAM - ZAPSupport-Mail - Email
  1. >>pagegroup<<

ZAPSupport-Mail

Documentation Support > Mail > Email

Format:   (:zap email="<email>,<email>":)

Requirements to Use: ZAP | ZAP Toolbox

Explanation: Individual messages are sent to each email address in the list. All email addresses are automatically checked for proper formatting, and a message is returned listing all messages that were not in an accepted format.

An emailfrom and emailsubject field must be supplied or an error message will be returned.

The content of the email body is constructed using ZAP's Template command. It begins by looking for an emailtemplate field, and then a template at Group.Page-template (relative to the current page of the form). If no template is found, the content of field "emailbody" is used. If this field is not available, ZAP returns an error message.

To merge the email addresses into the body of the email message, use {email}. Form fields can also be inserted by using a similar syntax: {field}. Markup in the emailbody however, will not be processed before sending. See the Template command for more information.

Note: ZAPmail, by default is set to operate in a test mode, to help you learn how it works, and make sure your forms are working as intended. To enable ZAPmail for actual sending, add this line to your config file:

$ZAPmailmode = true;

If you wish to schedule your emails to be sent at a specific time, see the Email Start command.

As a security feature, this command can ONLY be set using the (:zap field="value":) format.