Updated email processing.
- Added an option to enable smtp debugging via SMTP_DEBUG. This will trigger a trace of the smtp commands sent/received to/from the mail server. Useful when troubleshooting. - Added two options to ignore invalid certificates which either do not match at all, or only doesn't match the hostname. - Updated lettre to the latest alpha.4 version.
Showing
- .env.template 19 additions, 3 deletions.env.template
- Cargo.lock 42 additions, 30 deletionsCargo.lock
- Cargo.toml 1 addition, 1 deletionCargo.toml
- src/config.rs 18 additions, 12 deletionssrc/config.rs
- src/mail.rs 22 additions, 9 deletionssrc/mail.rs
- src/main.rs 10 additions, 0 deletionssrc/main.rs
Loading
Please register or sign in to comment