Replies: 1 comment
-
found the problem... a app password error! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, my self hosted cal.com sends booking details to the person booking but not the user who they've booked with. I have the following SMTP set and have tested it outside of cal.com and it send emails. Anyone know why it won't send booking notifications to the user please? thanks so much.
EMAIL_FROM=[email protected]
EMAIL_REPLY_TO=[email protected]
EMAIL_SERVER_HOST=smtp.fastmail.com
EMAIL_SERVER_PORT=465
EMAIL_SERVER_SECURE=false
EMAIL_SERVER_USER=[email protected]
EMAIL_SERVER_PASSWORD=
NODE_ENV=production
Beta Was this translation helpful? Give feedback.
All reactions