VerifyEmailAccountConfig |
VerifyEmailAccountConfig.setEmailServiceParameters(Map<String,String> emailServiceParameters) |
Sets any parameters for the email service.
|
VerifyEmailAccountConfig |
VerifyEmailAccountConfig.setEmailServiceUrl(String emailServiceUrl) |
Sets the URL for the email service.
|
VerifyEmailAccountConfig |
VerifyEmailAccountConfig.setFrom(String from) |
Sets the from part for the verification email.
|
VerifyEmailAccountConfig |
VerifyEmailAccountConfig.setIdentityEmailField(String identityEmailField) |
Sets the field name for the identity email address.
|
VerifyEmailAccountConfig |
VerifyEmailAccountConfig.setMessageTranslations(Map<Locale,String> messageTranslations) |
Sets the message map for the verification email.
|
VerifyEmailAccountConfig |
VerifyEmailAccountConfig.setMimeType(String mimeType) |
Sets the message mime-type.
|
VerifyEmailAccountConfig |
VerifyEmailAccountConfig.setSubjectTranslations(Map<Locale,String> subjectTranslations) |
Sets the subject map for the verification email.
|
VerifyEmailAccountConfig |
VerifyEmailAccountConfig.setVerificationLink(String verificationLink) |
Sets the verification URL to be passed into the email body.
|
VerifyEmailAccountConfig |
VerifyEmailAccountConfig.setVerificationLinkToken(String verificationLinkToken) |
Sets the string token representing where the verification URL should be substituted.
|