Clients -
email :
SmtpClient
Represents an SMTP Client, which interacts with an SMTP Server.
Constructor
__init
(string host, string username, string password, SmtpConfig clientConfig)
- host string
-
Host of the SMTP Client
- username string
-
Username of the SMTP Client
- password string
-
Password of the SMTP Client
- clientConfig SmtpConfig ballerina/email:SmtpConfig $mapping$var$7 = {}
-
Configurations for SMTP Client
Remote Methods
send | Sends a message.
|