Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
SendMail.SetSubject
Sets the subject line.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SendMail | 4.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "SendMail.SetSubject"; EmailID; Text ) More
Parameters
Parameter | Description | Example |
---|---|---|
EmailID | The email reference number obtained using SendMail.CreateEmail function. | $EmailID |
Text | The new subject line. | "Hello World" |
Result
Returns OK or error.
Description
Sets the subject line.If subject lines contains special characters, it is automatically encoded as UTF-8.
Examples
Set subject line:
MBS( "SendMail.SetSubject"; $Email; "Hello World" )
See also
- SendMail.CreateEmail
- SendMail.GetSubject
- SendMail.PrepareCURL
- WinSendMail.CreateEmail
- WinSendMail.GetSubject
- WinSendMail.SetSubject
Example Databases
- CURL/Email/Batch Emailer
- CURL/Email/Build and send Email
- CURL/Email/Build and send HTML Email with inline graphics
- CURL/Email/Office 365 oAuth SMTP
Blog Entries
- MBS Plugin Advent calendar: 21 - SendMail
- SMTP with OAuth for Office 365 in FileMaker
- Sending email with a huge custom function
- Use Inline Graphics in Emails
- Email Script for FileMaker
- Sending emails in FileMaker with MBS Plugin
- Sending Email with FileMaker via MBS Plugin
This function checks for a license.
Created 3th September 2014, last changed 24th February 2018