Hello,
Please update at least Pinpoint Booking System to the latest version and check if the issue still exist.
Thank you!
Hi, I have just updated the pluging to the latest version but unfortunately the problem remains.
The domain of my email is gmail.com and not google.com.
What can I do now?
I have solved the problem this way:
in this path
/wp-content/plugins/booking-system/includes/reservations/
there is this file
class-backend-reservation-notifications.php.
When you open it, search this paragraph
/*
* Set email info to user or buyer.
*/
if (strpos($template, ‘admin’) !== false){
if ($DOPBSP->classes->prototypes->validEmail($settings_notifications->email) == ”){
return false;
}
$email_to = $settings_notifications->email;
$email_from = ‘***@gmail.com’; //$reservation->email;
I edited the last line (in bold) and now when the user leaves the “email” field empty among his contacts, I am able to get the admin notification with my own email address as sender.
-
This reply was modified 7 years ago by
il_gianni.
Hello,
Glad that you found a solution for your issue and thank you for sharing this with all of us.