mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-20 22:45:09 +00:00
fix comment
This commit is contained in:
@@ -10,7 +10,7 @@ service Email {
|
|||||||
|
|
||||||
// Send an email by passing in from, to, subject and a text or html body
|
// Send an email by passing in from, to, subject and a text or html body
|
||||||
message SendRequest {
|
message SendRequest {
|
||||||
// the name of the sender, can be email or name
|
// the name of the sender
|
||||||
string from = 1;
|
string from = 1;
|
||||||
// the email address of the recipient
|
// the email address of the recipient
|
||||||
string to = 2;
|
string to = 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user