该代码应在应用程序上下文中运行。添加
with app.app_context():
@async def send_async_email(msg): with app.app_context(): mail.send(msg)
欢迎分享,转载请注明来源:内存溢出
该代码应在应用程序上下文中运行。添加
with app.app_context():
@async def send_async_email(msg): with app.app_context(): mail.send(msg)
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)