sendMail

fun <T : CSActivityView<*>> T.sendMail(    email: String,     subject: String,     text: String)
fun <T : CSActivityView<*>> T.sendMail(    emails: List<String>,     subject: String,     body: CharSequence,     attachment: File)
fun <T : CSActivityView<*>> T.sendMail(    emails: List<String>,     subject: String,     body: CharSequence,     attachments: List<File>)