我正在尝试使用python使用Google App Engine设置SendGrid,按照此处的说明进行操作:https://developers.google.com/appengine/docs/python/mail/sendgrid
我可以成功使用示例应用发送邮件: https://github.com/sendgrid/google-python-sample-app
但这是基于较旧的sendgrid python代码,我想使用最新版本: https://github.com/sendgrid/sendgrid-python/tree/master/sendgrid
我尝试按照此处的指导进行操作:sendgrid google app engine python DistributionNotFound
...手动安装sendgrid和smtpapi,然后将文件夹复制到我的gae目录,然后将smtpapi移动到sendgrid目录......
但得到了错误:
"ImportError: cannot import name Sendgrid"
答案 0 :(得分:2)
我认为错误信息中可能有线索,我认为你引用了 Sendgrid (资本 S )而不是 sendgrid (小写)?