msgsendsample creates a very simple text/plain message and sends it.
usage: java msgsendsample to from smtphost true|false
where to and from are the destination and
origin email addresses, respectively, and smtphost
is the hostname of the machine that has the smtp server
running. The last parameter either turns on or turns off
debugging during sending.
public class msgsendsample {public msgsendsample();
public static void main(java.lang.String[] args);
}
Methods inherited from java.lang.Object:
clone
, equals
, finalize
, getClass
, hashCode
, notify
, notifyAll
, toString
, wait
Inheritance Path. java.lang.Object-> practicaltest.msgsendsample