Help

Table Of Contents
FILEMAKER PRO HELP 1160
If you select Multiple emails and Collect addresses across found set, FileMaker Pro
generates an email message for every record in the found set. Each message 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
Save Records As PDF and Save Records As Excel.
The Send Mail script step does not control the font’s appearance. Use the email client to
make any changes to the font.
FileMaker Pro sends email messages as plain text. To edit the message's contents and
formatting, choose to send the message through an email client and do not select the
Perform without dialog option. You can then edit the message within the email client
before it is sent.
Example 1
Goes to the Customers layout, performs a find, and sends a prewritten email to the address in the
Email field in the current record without prompting the user.
Go to Layout ["Customers"]
Perform Find [Restore]
Send Mail [Send via E-mail Client; No dialog; To: Customers::Email;
Subject: Invoices::Summary; Message: "Dear Customer,¶¶Thank you for your
business."]
#The Collect addresses across found set option is not selected.
Example 2
Saves the current record as a PDF, then emails the PDF to the address in the Email field in the
current record.
Go to Layout ["Print Invoices"]
Save Records As PDF [Restore; No dialog; "Invoice.pdf"; Current record]
Send Mail [Send via E-mail Client; No dialog; To: Customers::Email;
Subject: Invoices::Summary; Message: "Dear Customer,¶¶Thank you for your
business. Your invoice is attached."; "Invoice.pdf"]
Go to Layout [original layout]
Related topics
Script steps reference (alphabetical list)
Script steps reference (category list)
Send DDE Execute (Windows)
Purpose
Sends a DDE (Dynamic Data Exchange) command to another application to execute a series of
commands available in that application.
Format
Send DDE Execute [<topic text or filename>; <service name>]