sendEmail

fun Context.sendEmail(subject: String, addresses: Array<String>)

An extension function which can be used to open the user's email app to a draft email with the provided subject and address fields pre-populated.