You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clients who book our free consultation, are not receiving an email with booking information (date, time, meeting link etc.)
We receive confirmation fine.
We have helped clients check junk / spam folders and still no sign of the email.
This has just started happening this week, where clients are not turning up to their appointments. When contacted, they confirm that no email was received, confirming the appointment.
Actual Results
Clients are not receiving appointment confirmation
Expected Results
Once the client submits the appointment request, we receive an email and the client receives an email.
Technical details
N/A
Evidence
We have helped several clients check their email boxes, via video call, and there is no sign of the email in their inbox, junk or spam folder.
The text was updated successfully, but these errors were encountered:
Related to calcom#17662
Add functionality to send appointment confirmation emails to clients after booking creation.
* **packages/emails/email-manager.ts**
- Add `sendAppointmentConfirmationEmail` function to send appointment confirmation emails to clients.
- Import necessary modules and templates for the new function.
* **apps/api/v1/pages/api/bookings/_post.ts**
- Import `sendAppointmentConfirmationEmail` function.
- Call `sendAppointmentConfirmationEmail` function after a booking is created.
* **apps/api/v2/src/modules/email/email.service.ts**
- Add `sendAppointmentConfirmationEmail` method to send appointment confirmation emails to clients.
- Import necessary modules and templates for the new method.
* **apps/api/v1/test/lib/bookings/_post.test.ts**
- Add test cases to verify that `sendAppointmentConfirmationEmail` function is called after a booking is created.
Clients who book our free consultation, are not receiving an email with booking information (date, time, meeting link etc.)
We receive confirmation fine.
We have helped clients check junk / spam folders and still no sign of the email.
This has just started happening this week, where clients are not turning up to their appointments. When contacted, they confirm that no email was received, confirming the appointment.
Actual Results
Expected Results
Technical details
N/A
Evidence
The text was updated successfully, but these errors were encountered: