Skip to content

Work around with "Sending the email .." issue

n10n edited this page Oct 5, 2016 · 4 revisions

If you encounter, "Sending the email to the following server failed : smtp.googlemail.com:465" error message while creating/registering as a new user, then use the following steps to complete the process. Even you get this error the registration process is successful.

Run (you may need to change the container name below)

docker logs -f synereo-node-01 | grep token:
  • Above command will result into a long scrolling log from the container and locate "token://" and you would notice a eight alphanumeric characters next to it for example "token://a95e65e9". Take the alphanumeric characters and will used to verify the token in "Verify your token" screen.

  • Go back to login screen and select "Verify your token" link. In new pop up window, enter captured alphanumeric characters above and click on "Verify" link.

  • If successful then you can login using same user email id that you used while registering for a new user.

Clone this wiki locally