Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Component: SendMail

Create emails and send them.

You can send or receive emails with our CURL functions. For sending the SendMail functions help to build an email and send it, while EmailParser functions help to parse an email you received.

If you need to get email in sent folder, please check CURL IMAP Upload example database.

Version macOS Windows Linux Server iOS SDK
3.3 / 11.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes

Item Details
Email.Verify
Verifies if an email is valid.
All
3.3
SendMail.AddAttachmentContainer
Adds an attachment to the email based on a container field.
All
4.3
SendMail.AddAttachmentFile
Adds an attachment to the email based on a file path.
All
4.3
SendMail.AddAttachmentText
Adds an attachment to the email based on a text.
All
6.5
SendMail.AddBCC
Adds a blind copy recipient.
All
4.3
SendMail.AddCC
Adds a copy recipient.
All
4.3
SendMail.AddHeader
Adds an header to the email.
All
4.3
SendMail.AddRecipient
Adds a recipient.
All
4.3
SendMail.AddReplyTo
Adds a recipient to reply to.
All
4.3
SendMail.AddTo
Adds a recipient.
All
4.3
SendMail.AttachmentCount
Queries number of attachments.
All
6.5
SendMail.ClearAttachments
Clears all attachments from this email.
All
4.3
SendMail.ClearHeaders
Clears the headers for email.
All
6.1
SendMail.ClearRecipients
Clears all recipients.
All
4.3
SendMail.CreateEmail
Creates a new email.
All
4.3
SendMail.GetHTMLText
Queries the html text of this email.
All
7.1
SendMail.GetInReplyTo
Queries the reply to address of this email.
All
7.1
SendMail.GetMessageID
Queries the message ID of this email.
All
7.1
SendMail.GetPlainText
Queries the plain text of this email.
All
7.1
SendMail.GetRichText
Queries the rich text of this email.
All
7.1
SendMail.GetSMTPPassword
Queries the smtp password of this email.
All
7.1
SendMail.GetSMTPServer
Queries the smtp server of this email.
All
7.1
SendMail.GetSMTPUserName
Queries the smtp username of this email.
All
7.1
SendMail.GetSource
Queries the source code for the email.
All
4.3
SendMail.GetSubject
Queries the subject of this email.
All
7.1
SendMail.PrepareCURL
Setups existing CURL session for an email transfer.
All
4.3
SendMail.Release
Releases all memory used by this email.
All
4.3
SendMail.ReleaseAll
Frees all SendMail objects.
All
10.5
SendMail.SetFrom
Sets the email from address.
All
4.3
SendMail.SetHTMLText
Sets the HTML text of the new email.
All
4.3
SendMail.SetInReplyTo
Sets the in reply to message ID.
All
4.3
SendMail.SetMessageID
Sets the message ID.
All
4.4
SendMail.SetPlainText
Sets the plain text of the new email.
All
4.3
SendMail.SetRichText
Sets the enriched text of the new email.
All
4.3
SendMail.SetSMTPPassword
Sets the password for SMTP server authentication.
All
4.3
SendMail.SetSMTPServer
Sets which SMTP server to use.
All
4.3
SendMail.SetSMTPUserName
Sets the username for SMTP server authentication.
All
4.3
SendMail.SetSubject
Sets the subject line.
All
4.3
SendMail.Sign
Signs the email.
All
11.4

39 functions shown.

These functions require a license (92%).

Release notes

Blog Entries

FileMaker Magazin

Example Databases