Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clients not receiving appointment details by email #17662

Open
inspirescot opened this issue Nov 15, 2024 · 0 comments
Open

Clients not receiving appointment details by email #17662

inspirescot opened this issue Nov 15, 2024 · 0 comments
Labels
🐛 bug Something isn't working emails area: emails, cancellation email, reschedule email, inbox, spam folder, not getting email

Comments

@inspirescot
Copy link

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.
@inspirescot inspirescot added the 🐛 bug Something isn't working label Nov 15, 2024
@inspirescot inspirescot changed the title Clients not receiving meeting details Clients not receiving appointment details by email Nov 15, 2024
@dosubot dosubot bot added the emails area: emails, cancellation email, reschedule email, inbox, spam folder, not getting email label Nov 15, 2024
vishwamartur added a commit to vishwamartur/cal.com that referenced this issue Nov 17, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working emails area: emails, cancellation email, reschedule email, inbox, spam folder, not getting email
Projects
None yet
Development

No branches or pull requests

1 participant