PermissionsUtilsUI.configureContactType(ContactType.EMAIL(object : ContentMail {
override fun getBccRecipients(): List<String> {
//return a list of bcc recipients
override fun getMailBody(): String {
override fun getRecipients(): List<String> {
//return list of recipients
override fun getSubject(): String {
//return mail body message
override fun overrideMailBodyContent() {
//return true if you want to override the default support mail body