Interface PlatformEmailService

All Known Implementing Classes:
GmailBackedPlatformEmailService

public interface PlatformEmailService
  • Method Details

    • sendToUserAccount

      void sendToUserAccount(String organisationName, String contactName, String address, String username, String unencodedPassword)
    • sendDefinedEmail

      void sendDefinedEmail(EmailDetail emailDetails)