1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

Remove the config dependency from the email, templates & handlers crates

This commit is contained in:
Quentin Gliech
2022-09-02 15:15:36 +02:00
parent e58dd6d33d
commit cc6c6e8bdb
14 changed files with 148 additions and 90 deletions

View File

@@ -26,7 +26,9 @@
mod mailer;
mod transport;
pub use lettre::transport::smtp::authentication::Credentials as SmtpCredentials;
pub use self::{
mailer::Mailer,
transport::{aws_ses::Transport as AwsSesTransport, Transport as MailTransport},
transport::{aws_ses::Transport as AwsSesTransport, SmtpMode, Transport as MailTransport},
};