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
Move some common dependencies on the workspace level
Also deprecates the AWS SESv2 transport for emails
This commit is contained in:
@@ -33,5 +33,5 @@ pub use mas_templates::EmailVerificationContext;
|
||||
|
||||
pub use self::{
|
||||
mailer::Mailer,
|
||||
transport::{aws_ses::Transport as AwsSesTransport, SmtpMode, Transport as MailTransport},
|
||||
transport::{SmtpMode, Transport as MailTransport},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user