英文:
Unable to create account in Sendgrid. Getting, You are not authorized to access SendGrid, please contact
问题
我正在使用Drupal 10,想使用Sendgrid模块。
我尝试创建Sendgrid账户,输入了所有要求的基本信息。然后我收到了两封邮件,一封是两步验证,另一封是"您的账户经过审核,决定目前Twilio的服务无法支持您的账户",我不知道发生了什么,这是我第一次创建这个账户。
我收到了一些违规邮件,如下图所示:
[
当我从另一封邮件中点击两步验证时,我被重定向到登录页面。尝试登录时,我遇到了以下问题:
英文:
I'm working with drupal 10, i want to work with Sendgrid module
I tried to create sendgrid account.I have entered all the basic details it asked. Then I got two mails Two-Factor Authentication & also another mail like " your account and have determined that Twilio’s services cannot support your account at this time " i don't known what happened I was creating first time my account in this.
Some Violations mail i got:-
[
When i click 2Factor Authentication from other mail i got,I am redirecting to the Login Page. And when i try to log in, I'm getting this
答案1
得分: 1
我已经使用另一个邮箱(例如:abc@gmail.com)创建了SendGrid帐户,而且帐户已成功创建。在创建帐户后,我还更改了Drupal站点的邮件设置,因为SendGrid和Drupal站点的邮件应该是相同的。所以,在管理员 > 配置 > 系统 > 基本站点设置中,我更改了与SendGrid关联的我的邮件地址(abc@gmail.com),现在它对我有效了。
不知道为什么我的其他帐户出现违规问题。我联系了Twilio团队,但没有用。所以我继续添加了新的邮箱地址。
英文:
I have created sendgrid account using another mail ( eg: abc@gmail.com ). And account got created successfully. After creating account i changed drupal site mail as well because sendgrid & drupal site mail should be same. So,
admin> Configuration> system> Basic site settings here i changed my mail that linked to sendgrid ( abc@gmail.com ) now it worked for me.
Don't know why my other account got violations.
I texted twillo team but no use. So i proceeded by adding new mail in both.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论