Interface MembershipRegistrationMailService

All Known Implementing Classes:
MembershipRegistrationMailServiceImpl

@Deprecated public interface MembershipRegistrationMailService
Deprecated.
for new widget email is sent direcly in MembershipRegistrationResource
Mail service for membership registration.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendConfirmationMail(PrimaryKey membershipPrimaryKey)
    Deprecated.
    Send a confirmation mail for a new membership.
  • Method Details

    • sendConfirmationMail

      void sendConfirmationMail(PrimaryKey membershipPrimaryKey)
      Deprecated.
      Send a confirmation mail for a new membership. This mail is sent to the main user; team members do not get a confirmation by mail.
      Parameters:
      membershipPrimaryKey - The key of the created membership.