Remove reference to unsupported aws_ses email transport

This commit is contained in:
Hugh Nimmo-Smith
2025-04-22 13:21:07 +01:00
parent bb6a6e8081
commit 86ff994fb3

View File

@@ -583,10 +583,6 @@ email:
# Send emails by calling a local sendmail binary
#transport: sendmail
#command: /usr/sbin/sendmail
# Send emails through the AWS SESv2 API
# This uses the AWS SDK, so the usual AWS environment variables are supported
#transport: aws_ses
```
### `upstream_oauth2`