You've already forked authentication-service
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:
@@ -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},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user