show / hide menu

SendEmail

Send Email functionality in AppForms allows you to send an email along with\without attachments, so that the receiver will receive that email as soon as the button is triggered.

Syntax:

SendEmail(ToAddress,Subject,EmailBody,Successmessage,true/false,FileUpload)

Examples:

SendEmail(TextBox1.Value,TextBox2.Value,RichTextBox.Value,”Email Sent Successfully”,true,FileUpload)