protodoc.io
Project ScuffleCloud/scuffle
Welcome
Readme
Commits
GitHub project
Download project
Desktop application
Contact us
bytes_service
expressions
flattened
floats
google.protobuf
nested
oneof
recursive
renamed
scufflecloud.core.v1
scufflecloud.email.v1
simple
simple_enum
simple_service
tinc
visibility
well_known
scufflecloud.email.v1
EmailService
SendEmail
EmailAddress
SendEmailRequest
package
scufflecloud.email.v1
Get desktop application:
View/edit binary Protocol Buffers messages
service
EmailService
service.proto:8
rpc
SendEmail
(
SendEmailRequest
,
google.protobuf.Empty
)
service.proto:9
message
SendEmailRequest
service.proto:12
optional
EmailAddress
from
= 1
optional
EmailAddress
to
= 2
string
subject
= 3
string
text
= 4
string
html
= 5
message
EmailAddress
email.proto:7
Used in:
SendEmailRequest
string
address
= 1
optional
string
name
= 2