NateWr / restaurant-reservations

WordPress plugin to accept restaurant reservations online
68 stars 51 forks source link

Changing status the second time not sending email to client #121

Closed BaltasarParreira closed 7 years ago

BaltasarParreira commented 7 years ago

If I change the status again for a reservation already processed even clicking the send notification box the customer does not receive any email.

NateWr commented 7 years ago

Hi @BaltasarParreira,

Emails are only send for particular status transitions: from pending-to-confirmed or pending-to-closed. These match the email templates set up in Bookings > Settings > Notifications.

There are no emails configured to send when transitioning from confirmed-to-closed or any other transition.

BaltasarParreira commented 7 years ago

Ok I understand, thanks.