mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 15:05:01 +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'
|
// 'https://user.m3o.com/user/verify?token=a-verification-token&redirectUrl=your-redir-url'
|
||||||
|
|
||||||
message SendVerificationEmailRequest{
|
message SendVerificationEmailRequest{
|
||||||
|
// email address to send the verification code
|
||||||
string email = 1;
|
string email = 1;
|
||||||
|
// subject of the email
|
||||||
string subject = 2;
|
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
|
// 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.
|
// HTML emails are not available currently.
|
||||||
|
|||||||
Reference in New Issue
Block a user