mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-17 13:24:56 +00:00
tweaks to docs (#200)
This commit is contained in:
@@ -2,7 +2,7 @@ Send emails in a flash
|
||||
|
||||
# Emails Service
|
||||
|
||||
A quick and easy email api. Simply provide a from, to and text or html body.
|
||||
A quick and easy email API. Simply provide a from, to, and text or html body.
|
||||
|
||||
Powered by [Sendgrid](https://sendgrid.com)
|
||||
|
||||
|
||||
@@ -8,9 +8,9 @@ service Email {
|
||||
rpc Send(SendRequest) returns (SendResponse) {}
|
||||
}
|
||||
|
||||
// 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 {
|
||||
// the name of the sender
|
||||
// the display name of the sender
|
||||
string from = 1;
|
||||
// the email address of the recipient
|
||||
string to = 2;
|
||||
|
||||
Reference in New Issue
Block a user