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
WIP: use apalis to schedule jobs
This commit is contained in:
@@ -26,7 +26,10 @@
|
||||
mod mailer;
|
||||
mod transport;
|
||||
|
||||
pub use lettre::transport::smtp::authentication::Credentials as SmtpCredentials;
|
||||
pub use lettre::{
|
||||
message::Mailbox, transport::smtp::authentication::Credentials as SmtpCredentials, Address,
|
||||
};
|
||||
pub use mas_templates::EmailVerificationContext;
|
||||
|
||||
pub use self::{
|
||||
mailer::Mailer,
|
||||
|
||||
Reference in New Issue
Block a user