Liferay 6.0.5

Uses of Class
com.liferay.portal.kernel.mail.SMTPAccount

Packages that use SMTPAccount
com.liferay.portal.kernel.mail   
com.liferay.portlet.messageboards.messaging   
com.liferay.util.mail   
 

Uses of SMTPAccount in com.liferay.portal.kernel.mail
 

Methods in com.liferay.portal.kernel.mail that return SMTPAccount
 SMTPAccount MailMessage.getSMTPAccount()
           
 

Methods in com.liferay.portal.kernel.mail with parameters of type SMTPAccount
 void MailMessage.setSMTPAccount(SMTPAccount account)
           
 

Uses of SMTPAccount in com.liferay.portlet.messageboards.messaging
 

Methods in com.liferay.portlet.messageboards.messaging with parameters of type SMTPAccount
protected  void MBMessageListener.sendMail(String fromAddress, String fromName, javax.mail.internet.InternetAddress[] bulkAddresses, String subject, String body, String replyToAddress, String mailId, String inReplyTo, boolean htmlFormat, SMTPAccount account)
           
 

Uses of SMTPAccount in com.liferay.util.mail
 

Methods in com.liferay.util.mail with parameters of type SMTPAccount
static void MailEngine.send(javax.mail.internet.InternetAddress from, javax.mail.internet.InternetAddress[] to, javax.mail.internet.InternetAddress[] cc, javax.mail.internet.InternetAddress[] bcc, javax.mail.internet.InternetAddress[] bulkAddresses, String subject, String body, boolean htmlFormat, javax.mail.internet.InternetAddress[] replyTo, String messageId, String inReplyTo, File[] attachments, SMTPAccount smtpAccount)
           
 


Liferay 6.0.5