问题标签 [sendgrid]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
sendgrid - 将 SendGrid 与 appharbor 一起使用时遇到问题
我正在使用 appharbor,将 SendGrid 添加为插件,他们为我提供了 smtp 主机 - smtp.sendgrid.com 端口 - 587 用户 - 32adf793-2cbf-492c-9bb9- * ** * @apphb.com
当我使用这些详细信息并尝试通过我的 c# 代码发送电子邮件时,它显示“发送电子邮件失败”。请帮忙。
ruby-on-rails - 关于 Heroku 错误的 Sendgrid
我为我的 Heroku 帐户设置了 Sendgrid,但是当应用程序尝试发送邮件时日志显示以下问题:
Net::SMTPFatalError(550 无法从指定地址接收<[我在 devise.rb 中使用 config.mailer_sender 指定的电子邮件地址]>:不允许未经身份验证的发件人
我的 production.rb 设置是:
我的 Sendgrid 密码/用户名是使用 Heroku 从 Heroku 获得的heroku config -long
有人对问题可能出在哪里有任何建议吗?如何授予我在 config.mailer_sender 身份验证中定义的电子邮件地址?
heroku - heroku 玩!使用 sendgrid 配置
试图在里面配置 smtpapplication.conf
并且在控制器中
但是出现异常,在验证 smtp 服务器时说用户凭据错误。
我注意到的一件事是,当推送到 heroku 并启动应用程序时,它会发出警告:
这可能是由于预编译标志在部署时打开?这是我的Procfile
:
ruby-on-rails-3 - 在开发机器上测试 sendgrid 解析 API 的最佳方法是什么?
我正在开发一个小型网络应用程序,它应该使用 Heroku 上的 sendgrid 插件接收来自用户的电子邮件。在本地开发机器上测试它的最佳方法是什么?我正在考虑使用localtunnel并为此设置一个临时 url,但有没有其他方法可以做到这一点?另外,如何用 rspec 或 cucumber 对其进行测试?
预先感谢您的帮助 :)
python - 你如何使用他们的 Parse API 和 Django 解析来自 Sendgrid 的消息?
SendGrid 可以解析来自传入电子邮件的附件和内容。应用示例包括通过电子邮件接收上传和发布博客文章。
解析 API 会将解析后的电子邮件发布到您帐户中配置的 URL。SendGrid 自动排队并重试响应 5XX 状态错误的任何 POST。
sendgrid - How software like Return Path or SendGrid knows how many emails reached inbox?
I am interested to know the technical background of how this services can determine if my email reached the inbox or not(as this is the key servicethis providers offer). If I send an email to somebody wh uses Yahoo messenger or Gmail or maybe just an enterprise email address, what does the ISP have to do with that? Isn't the email filtered after it reached the Yahoo or Enterprise server, and than moved to Inbox or Junk or whatever other folder?
ruby-on-rails - 从延迟的工作 Rails 应用程序接收空电子邮件
我正在从 Rails 应用程序发送一封包含延迟工作的电子邮件,我们也收到了电子邮件,但收到的是空的,底部只有订阅电子邮件链接,但也有任何内容。
当我正常发送它而没有延迟工作时,我们会得到它的内容并且它显示正常,我已经检查了 Sendgrid 上的电子邮件活动,它会显示我的电子邮件。我们不确定是什么导致了这个错误。
已经与 Engine Yard 人员交谈并告诉我们这可以是订阅跟踪应用程序,但我们已经禁用它并且它不是......
我将不胜感激有关此的任何线索...
zend-framework - 电子邮件中的超链接被覆盖
我正在使用 Zend_Mail 和 Send Grid 从我的网站发送电子邮件。我在电子邮件中的超链接在到达用户收件箱时被看似垃圾的内容覆盖。
例如,
href="http://www.foo.com" 正在变成 href="http://email.foo.com/wf/click?upn=DSDRHSSBH2938TS"。
当我从 href 中删除“http://”时,我没有这个问题。然而,这对我来说不是一个解决方案,因为没有“http://”的链接在某些电子邮件客户端中不起作用。
我检查了 Zend Mail 内容,链接似乎很好,所以我想知道这是否是 Send Grid 或电子邮件客户端的问题。我浏览了整个网络,发现这方面的信息很少。我见过一些人有类似的问题,但没有人能够提供真正的解决方案。
有没有人见过这样的事情?如果需要,我很乐意提供更多信息。
ruby-on-rails-3 - 使用 SendGrid 时使用默认发件人姓名?
我不确定在哪里设置它。我可以使用我的域 (info@domain.com) 发送电子邮件,但我希望它Domain info@domain.com
不是Info info@domain.com
当用户看到谁发送它时。我正在使用 SendGrid、Heroku、Namecheap 和 Ruby on Rails。这是怎么做到的?