Send Emails
Send Emails
Use this component to send emails to recipients.
To get started using it, you must use KmpEmail. All functions are thread safe and main thread safe.
Below are the functions available:
_2 KmpEmail.sendEmailToAddress(address: String, emailSubject : String = "", emailMessage: String = "")_2 KmpEmail.sendEmailsToCCAddress(address: String, ccAddresses: Array<String>? = null, emailSubject : String = "", emailMessage: String = "")
Any Required Setup?
None