Script Steps Reference

Table Of Contents
132 FileMaker Script Steps Reference
Message indicates the text of the email message. You can type the message as text,
use a field value, create a message from a calculation, or insert text from a file.
Select Attach File to select a file to send as an attachment to the mail message. For
more information, see FileMaker Pro Help.
Web compatibility
This script step is not web-compatible.
Description
Sends an intranet or internet email message (with or without a file attachment) to one or
more recipients.
Notes
To send mail, you must have an internet connection and the following configurations.
Windows:
A [Mail] section in the Win.ini file.
Microsoft Exchange or another email applications that is MAPI compliant installed
and configured properly.
Mac OS:
Mac OS X Mail or Microsoft Entourage installed to send email with FileMaker Pro.
Internet system preferences configured for use with one of the supported mail
applications.
If you use Eudora 5, start the Eudora application before performing this script
step.
If you select Multiple emails and For each message, collect addresses across
found set, FileMaker Pro generates an email for every record in the found set. Each
email is addressed to everyone specified in the TO, CC and BCC boxes for every
record in the found set.
You can create an Adobe PDF or a Microsoft Excel file from your data to send as an
attachment. For more information, see FileMaker Pro Help.
Example
Perform Find [Restore]
Send Mail [To: script examples::Field1; Subject: "This is
a test email"; Message: "Hello world." ]