|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SmtpException | |
---|---|
com.jscape.inet.smtp | Contains classes for communicating with SMTP (Simple Mail Transport Protocol) servers. |
com.jscape.inet.smtpssh | Contains classes for securely communicating with SMTP (Simple Mail Transport Protocol) servers using an encrypted SSH tunnel. |
com.jscape.inet.smtpssl | Contains classes for securely communicating with SMTP (Simple Mail Transport Protocol) servers using SSL. |
Uses of SmtpException in com.jscape.inet.smtp |
---|
Methods in com.jscape.inet.smtp that throw SmtpException | |
---|---|
void |
Smtp.connect()
Connects to SMTP server. |
void |
Smtp.disconnect()
Disconnects from SMTP server. |
java.lang.String |
Smtp.issueCommand(java.lang.String command)
Sends command to SMTP server Command must be a valid SMTP command. |
void |
Smtp.login(java.lang.String username,
java.lang.String password)
Login to SMTP server using standard username / password authentication. |
void |
Smtp.login(java.lang.String username,
java.lang.String password,
int authentication)
Login to SMTP server using provided username, password and authentication mode. |
void |
Smtp.send(EmailMessage message)
Sends email message. |
void |
Smtp.send(EmailMessage message,
java.lang.String from,
java.lang.String to)
Sends email message. |
void |
Smtp.send(java.lang.String from,
java.lang.String to,
java.lang.String subject,
java.lang.String body)
Sends basic email message. |
Uses of SmtpException in com.jscape.inet.smtpssh |
---|
Methods in com.jscape.inet.smtpssh that throw SmtpException | |
---|---|
void |
SmtpSsh.connect()
Connects to SMTP server tunnelling data through SSH server. |
void |
SmtpSsh.disconnect()
Disconnects from SMTP and SSH servers. |
Uses of SmtpException in com.jscape.inet.smtpssl |
---|
Methods in com.jscape.inet.smtpssl that throw SmtpException | |
---|---|
void |
SmtpSsl.connect()
Securely connects to SMTP server using SSL. |
void |
SmtpSsl.disconnect()
Disconnects from SMTP server. |
|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |