https://github.com/lldap/lldap logo
```json smtp_options: MailOptions { core_1 ...
# troubleshooting
q
Copy code
json
    smtp_options: MailOptions {
core_1      |         enable_password_reset: true,
core_1      |         from: Some(
core_1      |             Mailbox {
core_1      |                 name: Some(
core_1      |                     "ME",
core_1      |                 ),
core_1      |                 email: Address {
core_1      |                     serialized: "MYEMAIL",
core_1      |                     at_start: 9,
core_1      |                 },
core_1      |             },
core_1      |         ),
core_1      |         reply_to: Some(
core_1      |             Mailbox {
core_1      |                 name: Some(
core_1      |                     "Do not reply",
core_1      |                 ),
core_1      |                 email: Address {
core_1      |                     serialized: "noreply@localhost",
core_1      |                     at_start: 7,
core_1      |                 },
core_1      |             },
core_1      |         ),
core_1      |         server: "smtp-relay.sendinblue.com",
core_1      |         port: 587,
core_1      |         user: "MYEMAIL",
core_1      |         password: ***SECRET***,
core_1      |         smtp_encryption: Tls,
core_1      |         tls_required: None,
core_1      |     },