Package org.flasby.net.mail
Class Sender
java.lang.Object
org.flasby.net.mail.Sender
sends mail using SMTP. Potentially another implementation could send using
another protocol, but this would require more abstraction than I can be
bothered with just now.
Protocol is:
- Open socket
- Wait for greeting from server
- Send EHLO with
- Author:
- steve
-
Constructor Details
-
Sender
-
-
Method Details
-
processSocketFault
-
getState
-
send
public void send()
-