mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
comment proto
This commit is contained in:
@@ -177,7 +177,9 @@ message VerifyEmailResponse{
|
||||
// 'https://user.m3o.com/user/verify?token=a-verification-token&redirectUrl=your-redir-url'
|
||||
|
||||
message SendVerificationEmailRequest{
|
||||
// email address to send the verification code
|
||||
string email = 1;
|
||||
// subject of the email
|
||||
string subject = 2;
|
||||
// Text content of the email. Don't forget to include the string '$micro_verification_link' which will be replaced by the real verification link
|
||||
// HTML emails are not available currently.
|
||||
|
||||
Reference in New Issue
Block a user