appbase ~master (2021-01-06T11:23:12Z)
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...