Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
SendMail.SetUseSSL
Set the SSL setting.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SendMail | 15.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "SendMail.SetUseSSL"; EmailID; Value ) More
Parameters
Parameter | Description | Example |
---|---|---|
EmailID | The email reference number obtained using SendMail.CreateEmail function. | $EmailID |
Value | The new setting. Pass 1 to enable TLS and 0 to disable. |
1 |
Result
Returns OK or error.
Description
Set the SSL setting.Examples
Enable SSL:
Set Variable [$r; Value: MBS( "SendMail.SetUseSSL"; $email; 1)]
See also
Release notes
- Version 15.1
- Added SendMail.GetUseSSL and SendMail.SetUseSSL functions.
Blog Entries
Created 19th February 2025, last changed 8th March 2025
