Maildeliver |
This function writes the email out to disk |
Mailread |
Used in conjunction with MailWrite(). This function reads the previously serialized email out to disk |
Mailwrite |
This function writes the email out to disk |
Smtpstart |
Starts up a listening service for incoming emails, calling a CFC in response to all mails |
Smtpstatus |
Returns back the stats for this SMTP end point; running, totalmails, totalconnections |
Smtpstop |
Stops a running SMTP server. Returns true if it was stopped; false if it wasn't running |