Last Updated: Feb 14, 2022
Use this function to send an email using the tenant email settings.
Ensure that you provide valid server details in Server Settings to establish the connection with Email server.
Send Email (To, Subject, Body)
Input Parameter Name | Description |
---|---|
To | Address of the mail recipient |
Subject | Subject of the mail |
Body | Content of the mail |
Provide comma-separated email addresses for multi-recipient scenarios.
Return value | Description |
---|---|
Message | Returns any of the folllowing messages.
|
Send Email (user1@gmail.com, Test, This is a demo)
To view all the general functions, click here.