You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I create a user. I then invite the user to a workspace. The invitation works (i.e. the user can accept the invitation in its config panel) but the user never gets an email invite.
To Reproduce
I create a user. I then invite the user to a workspace.
Then "sudo docker logs appflowy-cloud-appflowy_cloud-1"
I will see only one message: "Skipping email send for workspace invite to [email protected]"
The user can see the invitation on appflowy website, but never gets an email.
Desktop (please complete the following information):
Server is ARM
Additional context
I have tried with GOTRUE_MAILER_AUTOCONFIRM=true and false, same results
The Gotrue emails (for login magic links works fine).
The SMTP config is the same for Appflowy cloud mailer (which does not work) and Gotrue (which works). The only additional setting in Appflowy cloud mailer (in the env file) is TLS_KIND (I tried wrapper and required with same results). FYI , I am using oracle cloud email delivery service.
Am I doing something wrong or there might be a bug?
The text was updated successfully, but these errors were encountered:
Describe the bug
I create a user. I then invite the user to a workspace. The invitation works (i.e. the user can accept the invitation in its config panel) but the user never gets an email invite.
To Reproduce
I create a user. I then invite the user to a workspace.
Then "sudo docker logs appflowy-cloud-appflowy_cloud-1"
I will see only one message: "Skipping email send for workspace invite to [email protected]"
The user can see the invitation on appflowy website, but never gets an email.
Desktop (please complete the following information):
Additional context
Am I doing something wrong or there might be a bug?
The text was updated successfully, but these errors were encountered: