MailSenderConfiguration

class MailSenderConfiguration(enabled: Boolean, mailTo: String, reportAsFile: Boolean, reportFileName: String, subject: String?, body: String?) : Configuration

Author

F43nd1r

Since

01.06.2017

Constructors

MailSenderConfiguration
Link copied to clipboard
fun MailSenderConfiguration(enabled: Boolean = true, mailTo: String, reportAsFile: Boolean = true, reportFileName: String = EmailIntentSender.DEFAULT_REPORT_FILENAME, subject: String? = null, body: String? = null)

Functions

enabled
Link copied to clipboard
open override fun enabled(): Boolean

Properties

body
Link copied to clipboard
val body: String? = null
custom email body.
enabled
Link copied to clipboard
val enabled: Boolean = true
enables this plugin
mailTo
Link copied to clipboard
val mailTo: String
your crash reports mailbox address
reportAsFile
Link copied to clipboard
val reportAsFile: Boolean = true
report is an attachment instead of plain text.
reportFileName
Link copied to clipboard
val reportFileName: String
custom file name for the report
subject
Link copied to clipboard
val subject: String? = null
custom email subject.