The section on email notification contains detailed information on creating and sending email.An example for sending out an email is
mailcreate "John Doe", "support@jdoe.com", "Script status regd.", "Failed to upload file.";mailsend "mail.jdoe.com", 25, "Joe Smith", "joe@js.com", "usename", "password";