A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

D

deliver(). Method in class COM.rajiv.net.SendMail
The deliver() method connects to the SMTP server and delivers the message.

G

getSMTPServer(). Method in class COM.rajiv.net.SendMail
The getSMTPServer() method returns the name of the currently set SMTP Server.

S

SendMail(). Constructor for class COM.rajiv.net.SendMail
setBody(String). Method in class COM.rajiv.net.SendMail
The setBody (String) method sets the message's body text.
setFrom(String). Method in class COM.rajiv.net.SendMail
The setFrom (String) method sets the "From" address used in the "MAIL FROM: " part of the SMTP handshake.
setHeaders(String). Method in class COM.rajiv.net.SendMail
The setHeaders (String) method sets the message's headers.
setSMTPServer(String). Method in class COM.rajiv.net.SendMail
The setSMTPServer(String) method is used to set the name of the SMTP server the deliver method will use to deliver the message.
setTo(String). Method in class COM.rajiv.net.SendMail
The setTo (String) method sets the "To" address used in the "RCPT TO: " part of the SMTP handshake.