Closed Monabr closed 3 weeks ago
Is your feature request related to a problem? Please describe. I want to add data to the "send email" request
Describe the solution you'd like I want able to add subject and text of the email
Describe alternatives you've considered In Android it could be done by Intent.EXTRA_SUBJECT and Intent.EXTRA_TEXT
Intent.EXTRA_SUBJECT
Intent.EXTRA_TEXT
Hi, This is fixed now on the latest package (v1.2.9).
You can find the updated documentation here: https://thearchitect123.github.io/ArtifactsDocProduction/develop/kotlin/multiplatform/kmpessentials/modules/email
Is your feature request related to a problem? Please describe. I want to add data to the "send email" request
Describe the solution you'd like I want able to add subject and text of the email
Describe alternatives you've considered In Android it could be done by
Intent.EXTRA_SUBJECT
andIntent.EXTRA_TEXT