lumis.portal.sendmail
Interface IMailSender
- All Known Implementing Classes:
- SmtpMailSender
@StableMinor(version="5.5",
sinceVersion="4.0")
public interface IMailSender
Defines the methods a mail sender must implement.
A mail sender is an object called by ISendMailManager
to perform the sending of mails.
- Since:
- 4.0.4
sendMail
void sendMail(SessionConfig sessionConfig,
ISingleMail mail,
ITransaction transaction)
throws PortalException
- Sends a mail.
- Parameters:
sessionConfig
- the user session informationmail
- information about the mail to be sent.transaction
- the transaction for persistence access.
- Throws:
PortalException
- if it was not possible to send the mail.
Lumisportal 5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.