Expand description
Email Endpoint
and EndpointConfig
implementation
§Configuration Example
[[server.endpoint]]
type = "email"
hostname = "smtp.example.com"
port = 587
username = "test_user"
password = "test_password"
implicit_tls = false
allow_invalid_certs = false
from = "asdf@example.com"
to = ["qwerty@example.com"]
subject = "test_email"
notifications = ["notification1", "notification2"]
Structs§
- Email
Endpoint - Data structure to represent the email
Endpoint
.