Client Tools
NetKernel client tools support the SMTP protocol
The SMTPServer
service
and the
SMTPSync
services allow
a program to send an email message to an SMTP server for delivery.
The difference between the two is that SMTPSync is sychronous - a message
is either immediately delivered to an SMTP server or an exception is raised.
SMTPServer is asynchronous - messages are stored in a local queue until the
remote SMTPServer is able to accept the message(s).