|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SendingResult | |
|---|---|
| org.ploin.pmf | In this package contains the interfaces. |
| org.ploin.pmf.impl | This package contains the interface implementations. |
| Uses of SendingResult in org.ploin.pmf |
|---|
| Methods in org.ploin.pmf that return SendingResult | |
|---|---|
SendingResult |
ISecondThreadSending.send()
|
SendingResult |
IMailFactory.sendMail(MailConfig mailConfig,
TemplateConfig templateConfig)
This is the main method. |
SendingResult |
IMailSender.sendMail(String plain,
String html,
MailConfig mailConfig,
ServerConfig serverConfig,
Map<String,String> map)
This method sends the mail. |
SendingResult |
IMailFactory.sendMailWithContent(MailConfig mailConfig,
TemplateConfig templateConfig,
String plainReplaced,
String htmlReplaced)
This method sends an e-mail with the given plainReplaced content and htmlReplaced content. |
| Uses of SendingResult in org.ploin.pmf.impl |
|---|
| Methods in org.ploin.pmf.impl that return SendingResult | |
|---|---|
SendingResult |
SecondThreadSending.send()
|
SendingResult |
MailFactory.sendMail(MailConfig mailConfig,
TemplateConfig templateConfig)
|
SendingResult |
MailSender.sendMail(String plain,
String html,
MailConfig mailConfig,
ServerConfig serverConfig,
Map<String,String> map)
|
SendingResult |
MailFactory.sendMailWithContent(MailConfig mailConfig,
TemplateConfig templateConfig,
String plainReplaced,
String htmlReplaced)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||