Class GmailBackedPlatformEmailService
java.lang.Object
org.apache.fineract.infrastructure.core.service.GmailBackedPlatformEmailService
- All Implemented Interfaces:
PlatformEmailService
@Service
public class GmailBackedPlatformEmailService
extends Object
implements PlatformEmailService
-
Constructor Summary
ConstructorsConstructorDescriptionGmailBackedPlatformEmailService(ExternalServicesPropertiesReadPlatformService externalServicesReadPlatformService) -
Method Summary
Modifier and TypeMethodDescriptionvoidsendDefinedEmail(EmailDetail emailDetails) voidsendToUserAccount(String organisationName, String contactName, String address, String username, String unencodedPassword)
-
Constructor Details
-
GmailBackedPlatformEmailService
@Autowired public GmailBackedPlatformEmailService(ExternalServicesPropertiesReadPlatformService externalServicesReadPlatformService)
-
-
Method Details
-
sendToUserAccount
public void sendToUserAccount(String organisationName, String contactName, String address, String username, String unencodedPassword) - Specified by:
sendToUserAccountin interfacePlatformEmailService
-
sendDefinedEmail
- Specified by:
sendDefinedEmailin interfacePlatformEmailService
-