public interface IColossusMail
Modifier and Type | Method and Description |
---|---|
java.lang.String |
sendConfirmationMail(java.lang.String username,
java.lang.String email,
java.lang.String confirmationCode)
Request from the ColossusMail object to send the mail
(with the confirmationCode) to the given email address,
in order to complete the registration of user username
|
java.lang.String sendConfirmationMail(java.lang.String username, java.lang.String email, java.lang.String confirmationCode)
username
- Name of user of which registration is ongoingemail
- email address to where to send the mailconfirmationCode
- the code user has to provide in the gui field
in order to complete the registration