This is a mutithreaded emailer program,
it uses raw connection (socket) to an smtp server to send mail.
This is a mutithreaded emailer program, it uses raw connection (socket) to an smtp server to send mail. It is mutlithread so that sending the email in the background.(which can take long if the mail server is oveloaded)
See also:
Constructors
public JOTEmailSender
()
Constructor for the Mailer object
Constructor for the Mailer object
Parameters: - prefs - Description of Parameter