【发布时间】:2021-05-23 05:38:19
【问题描述】:
我在 python discord 和其他地方问了很多次这个问题,但我仍然不知道如何发送电子邮件来验证帐户或在 django rest 框架中重置密码。
我看过这些教程
https://www.youtube.com/watch?v=2kKwPk5qPUs
https://www.youtube.com/watch?v=BXg-b20Xusw&t=671s
https://saasitive.com/tutorial/django-rest-framework-reset-password/
https://djoser.readthedocs.io/en/latest/getting_started.html
我也尝试过 djoser,但没有奏效 我也尝试过 twilio sendgrid api 通过本教程 https://www.mindbowser.com/integrating-sendgrid-with-django-rest-framework/
那么有人对如何使用 django rest 框架发送电子邮件有任何答案吗?
【问题讨论】:
标签: python django email django-rest-framework