Sender property

EmailReportButton.Sender — Text

Represents the Sender field of an email sent through an email report button.

The default sender uses the calcapp.net domain. Using a calcapp.net sender increases the odds that an email sent through Calcapp is successfully delivered and is not classified as spam. Consider using the ReplyTo property instead to direct replies to your reports.

Learn more about this topic at our blog.

Example

IF(Inquiry = "I need help", "support@example.com", "info@example.com")IF(Inquiry = "I need help"; "support@example.com"; "info@example.com")

Sets the sender of an email sent through an email report button to "support@example.com" if "I need help" has been selected from the text drop-down field Inquiry. Otherwise, the sender is set to "info@example.com".