Neokernel API

Emailer Constructor

Setup with default SMTP server, instantiates a new messages Vector and starts thread. The Emailer uses SocketManager Sockets.

Emailer(
   string smtphost,
   int waitTime
);

Parameters

smtphost
This is the SMTP server all email will be sent from.
waitTime
This is the time in seconds that the Emailer will sleep between connections to the mail server

See Also

Emailer Class | com.neokernel.email Namespace