我正在使用Flask编写一个Web应用程序,我遇到了这个问题:
在data
我有一个str值列表,我定义:
msg="\n".join(data)
然后,当我尝试
时 server.sendmail("1@example.com", "2@example.com", msg)
我有错误。这很奇怪,因为如果我只发送一个没有间距字符的str元素的列表,那就完美了。 错误是:
Internal Server Error
服务器遇到内部错误,无法完成您的请求。服务器过载或应用程序出错。