Interface MembershipRegistrationMailService
- All Known Implementing Classes:
MembershipRegistrationMailServiceImpl
Deprecated.
Mail service for membership registration.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
sendConfirmationMail
(PrimaryKey membershipPrimaryKey) Deprecated.Send a confirmation mail for a new membership.
-
Method Details
-
sendConfirmationMail
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.
-
MembershipRegistrationResource