jonufele / WaterCooler-Chat

WaterCooler chat is a simple flat file db chat system which lets you embed a chat container wherever you like. Looking for a simple chat that doesn't complicate too much (and yet, not flat-looking)? Then this is it. Demo:
http://wcchat.atwebpages.com
GNU General Public License v3.0
18 stars 7 forks source link

Use with existing mail #2

Closed pelle999 closed 5 months ago

pelle999 commented 5 years ago

If i run the chat from my Synology NAS-server without a mailserver installed, it not possible to get the password back, how can I use an existing mail, ex, gmail or outlook? (Me in private think that it would be easier to handle it that way.)

jonufele commented 3 years ago

You cant send a recover email from a server if that server cant send emails, period.

rexzooly commented 2 years ago

If i run the chat from my Synology NAS-server without a mailserver installed, it not possible to get the password back, how can I use an existing mail, ex, gmail or outlook? (Me in private think that it would be easier to handle it that way.)

This could be done where the user would email you from the account that is registered with you and you then reset the password for them, you could also use maybe a free host that lets them do the email forgot part and then that website sends a API request to yoursite then sets up the forgotten password part.

There are a few ways around it.

jonufele commented 5 months ago

This can be done by changing the default mail call by a SMTP call. Either way, the lack of donations mean this integration will be left out.