-
我们用的AWS SES服务,smtp配置信息如下 SMTP endpoint: xxxxxxxxxxx.amazonaws.com
Transport Layer Security (TLS): Required
STARTTLS Port: 25, 587 or 2587
TLS Wrapper Port: 465 or 2465 测试发邮件的时候看日志,似乎Portal始终连接25端口,在文档里似乎也没有找到足够的配置项可以支持这些配置 求助应该怎么配置能用上AWS SES? https://docs.aws.amazon.com/zh_cn/ses/latest/dg/send-using-smtp-programmatically.html |
Beta Was this translation helpful? Give feedback.
Answered by
kyleli666
Jun 26, 2025
Replies: 1 comment 1 reply
-
看上去是代码没支持,prop的属性是默认的没做修改 - code 找到一个Workaround是用 https://github.com/bokysan/docker-postfix 做smtp中继 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kyleli666
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
看上去是代码没支持,prop的属性是默认的没做修改 - code
找到一个Workaround是用 https://github.com/bokysan/docker-postfix 做smtp中继