mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 23:15:06 +00:00
add settable reply to
This commit is contained in:
@@ -14,12 +14,14 @@ message SendRequest {
|
||||
string from = 1;
|
||||
// the email address of the recipient
|
||||
string to = 2;
|
||||
// an optional reply to email address
|
||||
string reply_to = 3;
|
||||
// the email subject
|
||||
string subject = 3;
|
||||
string subject = 4;
|
||||
// the text body
|
||||
string text_body = 4;
|
||||
string text_body = 5;
|
||||
// the html body
|
||||
string html_body = 5;
|
||||
string html_body = 6;
|
||||
}
|
||||
|
||||
message SendResponse {
|
||||
|
||||
Reference in New Issue
Block a user