Uses of Class
org.ploin.pmf.entity.MailConfig

Packages that use MailConfig
org.ploin.pmf In this package contains the interfaces. 
org.ploin.pmf.impl This package contains the interface implementations. 
 

Uses of MailConfig in org.ploin.pmf
 

Methods in org.ploin.pmf with parameters of type MailConfig
 void IPropertiesLoader.replaceVariables(String client, MailConfig mailConfig)
          This method replaces all variables with keys like "${variable}" in the email-addresses of the receivers (to, cc, bcc) with values found in the mail.properties having the key "variable".
 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 MailConfig in org.ploin.pmf.impl
 

Methods in org.ploin.pmf.impl with parameters of type MailConfig
 void PropertiesLoader.replaceVariables(String client, MailConfig mailConfig)
           
 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)
           
 

Constructors in org.ploin.pmf.impl with parameters of type MailConfig
SecondThreadSending(IMailSender mailSender, IPropertiesLoader propertiesLoader, MailConfig mailConfig, TemplateConfig templateConfig, Map<String,String> map, String plainReplaced, String htmlReplaced)
           
 



Copyright © 2012 PLOIN GmbH. All Rights Reserved.