Interface BusinessUnitEmailService
- All Known Implementing Classes:
BusinessUnitEmailServiceImpl
public interface BusinessUnitEmailService
-
Method Summary
Modifier and TypeMethodDescriptionwhen default_email_sender on the current business unit is filled, return that else, return email.default.from as defined in application.propertieswhen noreply_email_sender on the current business unit is filled, return that else, return email.noreply.from as defined in application.properties
-
Method Details
-
getDefaultEmailSender
String getDefaultEmailSender()when default_email_sender on the current business unit is filled, return that else, return email.default.from as defined in application.properties- Returns:
- the email to use as the default mail sender
-
getNoReplyEmailSender
String getNoReplyEmailSender()when noreply_email_sender on the current business unit is filled, return that else, return email.noreply.from as defined in application.properties- Returns:
- the email to use as the no-reply mail sender
-