This repository was archived by the owner on Oct 29, 2025. It is now read-only.
Replies: 1 comment
|
found the problem... a app password error! |
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=pete@xxxx.co.uk
EMAIL_REPLY_TO=pete@xxx.co.uk
EMAIL_SERVER_HOST=smtp.fastmail.com
EMAIL_SERVER_PORT=465
EMAIL_SERVER_SECURE=false
EMAIL_SERVER_USER=pete@xxxx.co.uk
EMAIL_SERVER_PASSWORD=
NODE_ENV=production
All reactions