Uses of Class
org.europa.together.domain.Mail
Package
Description
01 Application Layer: Implementation of the Application Logic.
02 Business Layer: Interfaces who implemented in the Application Layer
and used in the Service Layer.
03 Service Layer: Use the Business Layer to implement the Services and
RESTful Services.
-
Uses of Mail in org.europa.together.application
-
Uses of Mail in org.europa.together.business
Modifier and TypeMethodDescriptionvoid
MailClient.composeMail
(Mail mail) Compose a full e-mail, ready to send. -
Uses of Mail in org.europa.together.service
Modifier and TypeMethodDescriptionint
MailClientService.sendBulkMail
(Mail mail) Send a bulk of composed mails to a configured list of recipients.void
Send an composed (single) e-mail which is configured in a Mail data class.