Module
choreo.sendemail
Module choreo.sendemail
Definitions
wso2/choreo.sendemail
0.6.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|errorSend 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: over 2 years ago
Version: 0.6.1
License: Apache-2.0
Compatibility
Platform: any
Ballerina version: 2201.3.1
GraalVM compatible: Yes
Pull count
Total: 1418
Current verison: 8
Weekly downloads
Keywords
Communication/Email
Cost/Free
Contributors