matecat / MateCat

MateCat is an AI driven translation tool for language industry professionals. Matecat makes machine translation post-editing and project outsourcing easy.
http://www.matecat.com
GNU Lesser General Public License v3.0
388 stars 183 forks source link

Don't getting the Emails on localhost #2107

Open ravioodles opened 3 years ago

ravioodles commented 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

ravioodles commented 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

Ostico commented 3 years ago

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'
ravioodles commented 3 years ago

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

Ostico commented 3 years ago

For example, you can use GMail SMTP server:

This guide can be useful https://support.google.com/a/answer/176600?hl=en

ravioodles commented 3 years ago

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

ravioodles commented 3 years ago

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.

ravioodles commented 3 years ago

Can you please guide how to fix it as I checked all the configurations are fine?

Ostico commented 3 years ago

@ravioodles

Let me know.

ravioodles commented 3 years ago

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.