SMTP is not working after updating hubs client #3657
-
I have a project which was installed on AWS on July, 2020. I have another hubs instance on AWS with same region and it send emails so I am sure this is not limit problem on Amazon SES. Are there any issues between hubs client version after October and hubs backend version before June 2020? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
Sounds like your custom hubs client needs to be updated to the latest! You'll need to merge new changes from the hubs-cloud branch in the hubs repo into your custom client, then deploy those updates to your HC instance -- remember to do this regularly! You can find the latest on the hubs-cloud branch in the Hubs github repo. We updated instructions for how to setup an upstream git repo and merge the hubs-cloud branch into your custom client in the Custom Client documentation. To see when Hubs Cloud was automatically updated, check out the Changelog here: https://github.com/mozilla/hubs-cloud/blob/master/CHANGELOG.md |
Beta Was this translation helpful? Give feedback.
-
Any update on this one? (it was hidden by a "view more" button for the conversation. |
Beta Was this translation helpful? Give feedback.
-
@big-javascript-fan and I figured out we had custom SMTP settings that were still configured and weren't sending emails. We were able to get emails back to the AWS defaults by deleting the 4 To ensure the system saw the change, we restarted the instances by "Terminating" the EC2 instance. Quickly a new one came up and emails were working! |
Beta Was this translation helpful? Give feedback.
-
Robin:
Thank you SO MUCH for help with this. As I’ve mentioned earlier, we are so excited to be working with the Hubs platform and see great possibilities for the future!!
You guys are the best.
…-Andrew
On Jan 14, 2021, at 4:08 PM, Robin K Wilson ***@***.***> wrote:
@big-javascript-fan <https://github.com/big-javascript-fan> and I figured out we had custom SMTP settings that weren't working.
We were able to get emails back to the AWS defaults by deleting the 4 email settings parameters in the Parameter Store (AWS Console > System Settings > Parameter Store).
To ensure the system saw the change, we restarted the instances by "Terminating" the EC2 instance. Quickly a new one came up and emails were working!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#3657 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/APV7SZYVMT5SMUWGWBGB5ITSZ6BQ5ANCNFSM4VW64OYA>.
|
Beta Was this translation helpful? Give feedback.
-
I have clone this repo 3 days ago, and deploy my custom client. But I do not receive any email with a new account sign up. This work fine when I use a registered email to sign in, but I still can not sign up. When I reset my stack, it worked. But when I deploy again, It is not working. Anyone face this problem? |
Beta Was this translation helpful? Give feedback.
@big-javascript-fan and I figured out we had custom SMTP settings that were still configured and weren't sending emails.
We were able to get emails back to the AWS defaults by deleting the 4
email
settings parameters in the Parameter Store (AWS Console > System Settings > Parameter Store).To ensure the system saw the change, we restarted the instances by "Terminating" the EC2 instance. Quickly a new one came up and emails were working!