Cal Template Does not include email cofiguration
Everything is working fine using cal.com and the template provided by railway, but the only issue I have is none of the emails are being sent out when a new event is booked or cancelled. Neither the person booking the appointment nor the owner of the calendar is receiving anything. I have tried updating the following under variables:
EMAIL_SERVER_HOST
EMAIL_SERVER_PASSWORD
EMAIL_SERVER_PORT
EMAIL_SERVER_USER
I tried with both mailtrap and with Google as well. Not sure what is going on here but it seems like I need to set up something for the emails and I have not found any documentation. Events are being created on both calendars but those events are auto-accepted.
16 Replies
Project ID:
85c409f1-f568-44fd-91c6-90e559670f15
project ID: 85c409f1-f568-44fd-91c6-90e559670f15
along with
EMAIL_FROM
those environment variables you listed are indeed the variables you would need to setup
https://github.com/calcom/docker/blob/main/.env.example#L51C1-L59C37Yea I setup the EMAIL_FROM as well
Do you need to put the strings in single quotes?
nope, just as the example env file shows
Should it be SMTP credentials or POP3?
This is how I have the variables setup
it would be smtp
Ok I will deploy like this and see if the emails send
I didn't see the email come through to Mailtrap
are you sure you are using the correct port? maybe its 587?
are you seeing any error logs?
Ok that worked to send to Mailtrap. There were a few different ports. Just have to configure for gmail now. Thanks
Gmail is known to not work, unless you use gsuite
Ok good to know
ironically they block access from their own ips
Of coarse. I got it working. Thanks for your help
do me a big favour and check if
Cal <[email protected]>
(replace example domain with yours and keep angled brackets) is valid syntax for EMAIL_FROM