linagora / Twake

Twake is a secure open source collaboration platform to improve organizational productivity.
https://twake.app
GNU Affero General Public License v3.0
1.78k stars 193 forks source link

issue with send invitation mail #2750

Open siriac opened 1 year ago

siriac commented 1 year ago

Hi, I try with mongo version with node and the server run very well but when i open interface for send mail i get error which says "invite token not found" and when i send mail user not receive mail into her box mail and into my console i see user which status "pending". I don't know if it's a configuration problem or do you have to configure twake with a mail server?also I would like to understand why when we open the interface to send invitations the server generates this error of "invite token not found". Thanks

image image image

RomaricMourgues commented 1 year ago

Hi, we do not send an invitation email in the opensource version yet. You need to all the user to create an account with the same email and it will work

siriac commented 1 year ago

Thank you for your prompt reaction but what would you advise me for a local deployment on our own server, a deployment of the php version or a deployment of the nodejs version?

RomaricMourgues commented 1 year ago

The best is the Node version. It is future proof and more performant. PHP is deprecated on Twake.Moreover we are releasing this month (in the canary branch, and in production next month) the Drive in Node. So I know the node version only have the messages for now, but not for a lot longer :)RomaricOn 17 Feb 2023, at 09:44, siriac @.***> wrote: Thank you for your prompt reaction but what would you advise me for a local deployment on our own server, a deployment of the php version or a deployment of the nodejs version?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

siriac commented 1 year ago

OK thanks I would like to know if the Saas version is a node or php version? the saas version does not send an invitation email and when you delete a plugin it does not delete it but an alert is displayed saying the operation went well but the plugin is still present in the list of installed plugins. thanks