calcom / cal.com

Scheduling infrastructure for absolutely everyone.
https://cal.com
Other
32.73k stars 8.13k forks source link

Doesn't receive confirmation email in local setup when i am logging with my own id #11954

Closed sundaram2021 closed 1 year ago

sundaram2021 commented 1 year ago

Found a bug? Please fill out the sections below. 👍

Issue Summary

while logging in with my own email id i didn't receive any confirmation email

Steps to Reproduce

  1. set up cal.com locally
  2. and try to log in with your email id

Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead?

Actual Results

Expected Results

Technical details

Evidence

github-actions[bot] commented 1 year ago

Thank you for opening your first issue, one of our team members will review it as soon as it possible. ❤️🎉

PeerRich commented 1 year ago

are you missing some .env variables? did you setup an email service?

Siddharth-2382 commented 1 year ago

are you using docker image? If yes, mails can be seen at localhost:8025 (mailhog)

rajpatelbot commented 1 year ago

If you run docker image then visit on mailhog to see the mail.

sundaram2021 commented 1 year ago

Yes I am receiving email at localhost:8025

but now my question is why am i receiving email at port 8025 instead of my google email inbox

rajpatelbot commented 1 year ago

Because it is localhost. And docker image is running in your machine.

sundaram2021 commented 1 year ago

It's weird.......

Because it is localhost. And docker image is running in your machine.