Liferay 6.1.2-ce-ga3

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

Packages that use SMTPAccount
com.liferay.portal.kernel.mail   
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
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.portal.util
 

Fields in com.liferay.portal.util declared as SMTPAccount
protected  SMTPAccount SubscriptionSender.smtpAccount
           
 

Methods in com.liferay.portal.util with parameters of type SMTPAccount
 void SubscriptionSender.setSMTPAccount(SMTPAccount smtpAccount)
           
 

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, List<FileAttachment> fileAttachments, SMTPAccount smtpAccount)
           
 


Liferay 6.1.2-ce-ga3