fix comment

This commit is contained in:
Asim Aslam
2021-07-01 12:42:37 +01:00
parent 0d3d8f9c60
commit 2d6eecc1e9

View File

@@ -10,7 +10,7 @@ service Email {
// Send an email by passing in from, to, subject and a text or html body
message SendRequest {
// the name of the sender, can be email or name
// the name of the sender
string from = 1;
// the email address of the recipient
string to = 2;