Module
choreo.sendemail
Module choreo.sendemail
Definitions
wso2/choreo.sendemail
0.4.1
Clients
choreo.sendemail: Client
This client allows you to send an email
sendEmail
Isolated FunctionRemote Function
function sendEmail(string recipient, string subject, string body, string? cc, string? bcc) returns string|error
Send an email to given recipient
Parameters
- recipient string - The recipient(s) of the mail. Example "foo@example.com, bar@example.com"
- subject string - The subject of the mail
- body string - The message body of the mail..
- cc string? (default ()) - The cc recipient(s) of the mail. Optional. Example "foo@example.com, bar@example.com"
- bcc string? (default ()) - The bcc recipient(s) of the mail. Optional. Example "foo@example.com, bar@example.com"
Import
import wso2/choreo.sendemail;
Metadata
Released date: almost 3 years ago
Version: 0.4.1
License: Apache-2.0
Compatibility
Platform: any
Ballerina version: slbeta6
GraalVM compatible: Yes
Pull count
Total: 36920
Current verison: 444
Weekly downloads
Keywords
Communication/Email
Cost/Free
Contributors