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
Trace AWS operations & share TLS connector with mas-http
This commit is contained in:
@@ -195,7 +195,7 @@ impl EmailTransportConfig {
|
||||
.context("failed to build SMTP transport")
|
||||
}
|
||||
EmailTransportConfig::Sendmail { command } => Ok(MailTransport::sendmail(command)),
|
||||
EmailTransportConfig::AwsSes => Ok(MailTransport::aws_ses().await),
|
||||
EmailTransportConfig::AwsSes => Ok(MailTransport::aws_ses().await?),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user