简体   繁体   English

当应用程序需要 email 地址作为用户名时,如何使用 SendGrid SMTP?

[英]How to use SendGrid SMTP when application requires email address as username?

SendGrid recently moved to a setup where the username for any account to use the SMTP send is "apikey" and the password is the actual apikey. SendGrid 最近转移到一个设置,其中使用 SMTP 发送的任何帐户的用户名是“apikey”,密码是实际的 apikey。 However, I have an application that requires an email address as the SMTP username.但是,我有一个应用程序需要 email 地址作为 SMTP 用户名。 Does my SendGrid account have a "virtual email address" that I could use for the username in place of apikey?我的 SendGrid 帐户是否有一个“虚拟 email 地址”,我可以将其用作用户名来代替 apikey?

There is not a virtual email address to be used as the username for the SMTP request.没有虚拟 email 地址可用作 SMTP 请求的用户名。 The username must be "apikey".用户名必须是“apikey”。

You will need to take this up with the application you are trying to use as there is no reason to block SMTP servers with usernames that aren't email addresses.您需要使用您尝试使用的应用程序来处理此问题,因为没有理由使用不是 email 地址的用户名来阻止 SMTP 服务器。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Email 未使用 Sendgrid SMTP 交付 - Email is not Delivering using Sendgrid SMTP SendGrid - 如何在通过 SendGrid 发送邮件时验证 email 送达 - SendGrid - How to validate email delivery when mail is send via SendGrid 无法在 SMTP 服务器上使用用户名“apikey”在 SendGrid 中使用 2 个可能的身份验证器进行身份验证 - Failed to authenticate on SMTP server with username "apikey" using 2 possible authenticators in SendGrid SMTP 在 django 中使用 sendgrid 时出现数据错误 - SMTP Data Error when using sendgrid in django 将 Sendgrid 配置为 SMTP 中继服务器用于 Firebase 身份验证 Email 时出现问题 - Problem configuring Sendgrid as SMTP Relay Server for Firebase Authentication Email 有没有办法在SendGrid的Automation Email系统中添加一个CC email地址? - Is there a way to add a CC email address in SendGrid's Automation Email system? 如何在查询 sendgrid email 活动时对 msg_id 或 from_email 或 to_email 使用 LIKE 运算符? - How to use LIKE operator for msg_id or from_email or to_email in query for sendgrid email activity? Amplify - 如何设置 congnito 以使用 email 作为用户名? - Amplify - How to setup congnito to use email as username? 通过 Sendgrid API 发送电子邮件时出错 - Error when sending email through Sendgrid API 如何使用 Sendgrid API 添加 Email 的内联图像 - How to Add Inline Image for Email with Sendgrid API
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM