Saving, importing, and exporting data > Sending email messages based on record data > Sending one email message
 
Sending one email message
You can use FileMaker Pro to send email to one or more recipients. To specify email addresses, subjects, and messages, you can type text, use data from fields in the current record, or use calculations. In addition, you can gather multiple addresses from a field or calculation across all the records in the current found set.
To send one email message:
1. Find the record with the data you want to use in your email.
See Finding records.
2. Choose File menu > Send > Mail.
3. For Send via, choose how you want to send the email.
To send using a supported email application, accept the default, E-mail Client.
To send using SMTP (without an email application), choose SMTP Server. In the SMTP Options dialog box, enter user and server information (see Entering or editing SMTP options) and click OK. Then continue with step 4.
4. For Create, select One email using data from the current record.
5. Do one of the following to enter email addresses in the To, CC, and BCC boxes:
 
To
Do this
Enter one or more email addresses
Type the addresses. Separate each address with a semicolon or the return character.
Specify a field that contains one or more email addresses
Click Arrow button and choose Specify Field Name. Then select a field and click OK.
Specify a calculation that generates one or more email addresses
Click Arrow button and choose Specify Calculation. Then create a calculation and click OK.
Windows: Enter one or more email addresses from the default email client
Click Arrow button and choose Specify Email Addresses. Then choose the email addresses you want.
6. If you specified a field or calculation in step 5, select Collect addresses across found set if you want to gather addresses from all the records in the current found set. (Otherwise, only the address from the current record is used.)
Note  If you typed email addresses into the To, CC, and BCC boxes and your found set contains multiple records, selecting the Collect addresses across found set option will send recipients one email for each record in the found set.
7. Do one of the following to fill in the Subject and Message boxes:
 
To
Do this
Enter text
Type the text.
Specify a field that contains text for the email
Click Arrow button and choose Specify Field Name. Then select a field and click OK.
Specify a calculation that generates text for the email
Click Arrow button and choose Specify Calculation. Then create a calculation and click OK.
For example, if the current month is July, the following calculation for a subject returns "Monthly report for July":
"Monthly report for " & Month ( Get(CurrentDate) )
Insert the contents of a text file into the Message box
Click Arrow button next to the Message box and choose Insert Text from File. Then choose the text file you want.
8. Select Attach file if you want to select a file to send as an attachment to the email.
9. Click OK.
Notes
Email is sent through SMTP or directly to your default email application’s outbox as plain text. To apply formatting or change an email message’s contents, see the Send Mail script step.