Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

两个邮件错误与一个小建议 #3

Closed
UtopiaXC opened this issue Aug 27, 2021 · 3 comments
Closed

两个邮件错误与一个小建议 #3

UtopiaXC opened this issue Aug 27, 2021 · 3 comments

Comments

@UtopiaXC
Copy link

1、python3.9更新ssl.py后无法发送邮件,使用80端口发送需要把邮件中的SMTP_SSL()替换为SMTP()
2、当存在多个邮箱时mail.py报list没有encode方法错误,需要把18行self.msg['To'] = settings.To改为self.msg['To'] = str(settings.To)
3、如果使用宝塔进行自动续签的话,阿里云远程域名可能与本地文件夹名不同(我使用的泛域名证书),我现在直接写死了,如果能在数据库中配置一下就好了

@0xJacky
Copy link
Owner

0xJacky commented Aug 27, 2021

好的谢谢,我这几天看一下

@0xJacky
Copy link
Owner

0xJacky commented Aug 27, 2021

v2.1 Beta 版本修复了上述问题,并支持自定义证书推送

@UtopiaXC
Copy link
Author

v2.1 Beta 版本修复了上述问题,并支持自定义证书推送

感谢🙏🙏🙏

@0xJacky 0xJacky closed this as completed Aug 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants