【发布时间】:2019-05-13 09:52:49
【问题描述】:
我在 SendGrid 上有设置和帐户。我有 API 密钥和 Node.js 方法。我正在使用 React js 创建一个 Web 应用程序。我想通过 SendGrid 发送电子邮件。我找不到任何解决方案。请通过示例帮助我解决我的问题。
【问题讨论】:
-
我假设你的意思是 SendGrid?
-
React 只是一个视图库(前端)您需要设置一个后端(服务器)这是带有 Node.js 示例的库:github.com/sendgrid/sendgrid-nodejs
标签: node.js reactjs sendgrid sendgrid-api-v3