sendEmail

inline fun Context.sendEmail(mail: Email, onAppNotFound: (e: ActivityNotFoundException) -> Unit)

Open an email app to send the specified mail.

**onAppNotFound must be handled as some phones do not have any email apps. Display an error message with a prompt to install an app in this case.