sendMail

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