share Mail
abstract fun shareMail(context: Context, subject: String?, text: String?, html: String?, attachmentPaths: List<String>?)
Share information with an external source by email.
Parameters
context
Current context of the app.
Content copied to clipboard
subject
The subject of the email.
Content copied to clipboard
text
The text body of the email, or null to derive from [html].
Content copied to clipboard
html
The HTML body of the email.
Content copied to clipboard
attachment Paths
The paths to any attachments to be sent.
Content copied to clipboard