<- Back to Self

SendEmail

use the SMTP service to send a email (requires AllowCommandSendMail to be true)


Args
NameHintTypeExample valueSupported values
tothe email addres to send toText[email protected]
subjectthe subject of the emailTextThis is the subject
bodythe contents of the emailTextEmail is fun
Return hints

Example call

SendEmail###[email protected]~#~This is the subject~#~Email is fun