Open ravioodles opened 3 years ago
I tried the signup functionality on localhost. ALso create the google+Google account client id and client secret and set it to ~/cattool/inc/oauth_config.ini My google account signup is enabled but the signup with email and forget password links are not sent any mail to respected email id for password and confirm new users.
So please guide me with the steps from where i can enable this and get login functionality fully working.
This is the msg i have got
**We sent an email to ravi.rose@oodles.io. Follow the instructions to create a new password.
To complete your registration please follow the instructions in the email we sent you to ravi.rose@oodles.io.**
But I don't receive any mail in my mailbox.
Thanks and Regards
Hi @ravioodles ,
you have to install/use an SMTP server in order to send emails.
It's configuration must be set in the file config.ini
SMTP_HOST = 'localhost'
SMTP_PORT = '25'
SMTP_SENDER = 'no-reply@matecat.loc'
SMTP_HOSTNAME = 'localhost'
Hi Ostico
Can you briefer on this because we have the same configurations you shared with us above. And how to install/use an SMTP server in order to send emails
Thanks and regards
For example, you can use GMail SMTP server:
This guide can be useful https://support.google.com/a/answer/176600?hl=en
Hi, Ostico we had configured all but not getting mails also tried it on the server can you please tell more.
error_mail_list.ini [server_configuration] Host = localhost Port = 25 Sender = cattool@matecat.loc Hostname = matecat.loc From = cattool@matecat.loc FromName = Matecat Tool ReturnPath = no-reply@matecat.loc
err_mail.log
\ErrMailWorker - --- (Worker 22015) : Frame re-queued 0 times.
[2021-07-16 11:42:31] MateCat.DEBUG: [2021-07-16 11:42:31 ()] 60ed5f5a26b39 TaskRunner\Executor-> _logMsg (line:93) : AsyncTasks\Workers\ErrMailWorker - --- (Worker 22015) : Wrong configuration data found. Ensure that 'TaskRunner\Commons\Params->server_configuration' exists and contains valid data.
[2021-07-16 11:42:31] MateCat.DEBUG: [2021-07-16 11:42:31 ()] 60ed5f5a26b39 TaskRunner\Executor-> _logMsg (line:93) : AsyncTasks\Workers\ErrMailWorker - --- (Worker 22015) : Message not sent.
Can you please guide how to fix it as I checked all the configurations are fine?
@ravioodles
'/inc/Error_Mail_List.ini'
.Let me know.
Hi Ostico
We followed all the above points you suggested
Also, we buy a domain https://beta.transleqo.com/ can you check it by yourself. And guide us more on it.
Thanks and regards.
I tried the signup functionality on localhost. ALso create the google+Google account client id and client secret and set it to ~/cattool/inc/oauth_config.ini My google account signup is enabled but the signup with email and forget password links are not sent any mail to respected email id for password and confirm new users.
So please guide me with the steps from where i can enable this and get login functionality fully working.
This is the msg i have got
**We sent an email to ravi.rose@oodles.io. Follow the instructions to create a new password.
To complete your registration please follow the instructions in the email we sent you to ravi.rose@oodles.io.**
But I don't receive any mail in my mailbox.
Thanks and Regards