-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The addon: sendgrid in heroku have some issues #36
Comments
Thanks for the heads-up. There have been some ongoing issues with SendGrid, but I believe they have been resolved in the latest edition of the book. See the blog post Sending Email with Rails for the details, including an important reference to SendGrid’s Single Sender Verification page. The latest version of Section 11.4: Email in production includes the steps for how to set that up. If you continue to have trouble, please file a customer support ticket with SendGrid and send me the ticket number. I can then alert SendGrid about the ticket on your behalf. |
Hi Michael:
Thank you so much for the reply.
I will check the link you mentioned here first, to confirm whether it's my misoperation.
Anyway, really appreciat for the links of how to deal with the problem.
Best regards
Jesse
***@***.***
From: Michael Hartl
Date: 2021-06-01 01:58
To: mhartl/sample_app_6th_ed
CC: Tewbooathtb; Author
Subject: Re: [mhartl/sample_app_6th_ed] The addon: sendgrid in heroku have some issues (#36)
Thanks for the heads-up. There have been some ongoing issues with SendGrid, but I believe they have been resolved in the latest edition of the book. See the blog post Sending Email with Rails for the details, including an important reference to SendGrid’s Single Sender Verification page. The latest version of Section 11.4: Email in production includes the steps for how to set that up.
If you continue to have trouble, please file a customer support ticket with SendGrid and send me the ticket number. I can then alert SendGrid about the ticket on your behalf.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hi Michael!
After contact with sendgrid, I finally activated my sendgrid account, now I can use the mail service on Sendgrid. Anyway just wanna say thanks again here.
Best regards.
Jesse
***@***.***
From: Michael Hartl
Date: 2021-06-01 01:58
To: mhartl/sample_app_6th_ed
CC: Tewbooathtb; Author
Subject: Re: [mhartl/sample_app_6th_ed] The addon: sendgrid in heroku have some issues (#36)
Thanks for the heads-up. There have been some ongoing issues with SendGrid, but I believe they have been resolved in the latest edition of the book. See the blog post Sending Email with Rails for the details, including an important reference to SendGrid’s Single Sender Verification page. The latest version of Section 11.4: Email in production includes the steps for how to set that up.
If you continue to have trouble, please file a customer support ticket with SendGrid and send me the ticket number. I can then alert SendGrid about the ticket on your behalf.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I am at chapter 11 of the whole book, the local part is okay, but when moving to the production site, when adding on the SendGrid to the production, things happened below:
I double-checked the code in my production.rb file, I think they are fine:
And I also checked several StackOverflow Q&As, it looks like the SendGrid add-on on Heroku is becoming hard to use recently(from when I am not sure). I then try to sign up by my own email on SendGrid, it is also failed, the SendGrid login page keeps telling me that I am not authorized and I should call the support(some advice like that).
Anyway, I guess I should let you(the author) know the situation.
Or is my assumption is wrong, or there are some fault steps in my code when learning your materials, I am not sure.
Anyway, I will keep learning this material and just ignore this part now.
Thanks again for the brilliant ruby on rails tutorial materials.
The text was updated successfully, but these errors were encountered: