appbase v0.1.33 (2023-08-22T00:31:13Z)
Dub
Repo
sendMail
appbase
gateway
smtp
Send a email. recipients: a@xx.com;b@xx.com...
Tuple
!(
int
,
string
)
sendMail
(
const
string
server
,
const
string
senderAccount
,
const
string
senderPassword
,
const
string
senderNicename
,
const
string
recipients
,
const
string
subject
,
const
string
content
)
Meta
Source
See Implementation
appbase
gateway
smtp
modules
attachment
message
functions
sendMail
Send a email. recipients: a@xx.com;b@xx.com...