|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MailException | |
---|---|
railo.runtime.net.mail | |
railo.runtime.net.smtp |
Uses of MailException in railo.runtime.net.mail |
---|
Methods in railo.runtime.net.mail that throw MailException | |
---|---|
static ServerImpl |
ServerImpl.getInstance(String host,
int defaultPort,
String defaultUsername,
String defaultPassword,
boolean defaultTls,
boolean defaultSsl)
|
static javax.mail.internet.InternetAddress |
MailUtil.toInternetAddress(Object emails)
|
static javax.mail.internet.InternetAddress[] |
MailUtil.toInternetAddresses(Object emails)
|
Uses of MailException in railo.runtime.net.smtp |
---|
Methods in railo.runtime.net.smtp that throw MailException | |
---|---|
void |
SMTPClient._send(ConfigWeb config)
|
void |
SMTPClient.addBCC(Object bcc)
|
void |
SMTPClient.addCC(Object cc)
|
void |
SMTPClient.addFailTo(Object ft)
|
void |
SMTPClient.addReplyTo(Object rt)
|
void |
SMTPClient.addTo(Object to)
|
void |
SMTPClient.send(ConfigWeb config)
|
void |
SMTPClient.setFrom(Object from)
|
static ServerImpl |
SMTPClient.toServerImpl(String server,
int port,
String usr,
String pwd)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |