sendMail

Sends mail provided the subject, address(es) and body

Assumes that the first active account is to be used (this can be changed)addresses

void
sendMail
(
string configFile
,
string subject
,
string[] addresses
,
string bodyText
,
ulong accountIndex = 0
)

Meta