Class MailServiceImpl
java.lang.Object
de.xima.fc.mail.internal.MailServiceImpl
- All Implemented Interfaces:
MailService
Implementation of the MailService interface which may be used on frontend and master servers.
- Since:
- 8.5.0
- Author:
- Norman Lorenz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsend(KnownMailServerIdentifier mailServer, MailMessageData[] messages)
-
Constructor Details
-
MailServiceImpl
-
-
Method Details
-
send
public MailMessagesSendResult send(KnownMailServerIdentifier mailServer, MailMessageData[] messages) throws FcEmailException - Specified by:
sendin interfaceMailService- Throws:
FcEmailException
-