Search

Send Mail

Last Updated: Dec 3, 2020

Articles

Use this function to send an email using the tenant email settings.

Syntax

Send Mail (to, subject, body)

Parameters

Input Parameter Name Description
to Address of the mail recipient
subject Subject of the mail
body Content of the mail

Returns

Return value Description
Table Returns a table output with message corresponding to each mail id provided. The messages could be:
  • Recepient address accepted- When the mail is sent correctly
  • Recepient address rejected: When the mail is not sent
  • Invalid email address: When the given mail ID is incorrect

Sample

Send Mail (xyz@gmail.com, Test, This is a demo)

  • Sends a mail to the email ID ‘xyz@gmail.com’ with the subject ‘Test’ and the body ‘This is a demo’.

To view all the miscellaneous functions, click here.

Did you find what you were looking for?