# Structs
Client 客户端.
Conf 配置
<yaml example>
email_conf:
workers: work_throttle_seconds: 5 host: port: username: password: from: subject: params: variables:
<toml example>
[email_conf]
workers =
work_throttle_seconds = 5
host =
port =
username =
password =
from =
subject =
[email_conf.params]
variables =.
Envelope 信封.
# Interfaces
Sender 发送者.