Problem with notifications
-
Hi, this is our problem:
we want to nootify both user and admin about a new reservation.These are our old settings:
-admin notifications method: PHP mail()
-notifications mail: …[email protected]-user notifications method: PHP mail()
With these settings everything used to work fine.
Because of some restrictions we have recently moved to gmail, so our new settings are:
-admin notifications method: PHP mail()
-notifications mail: …[email protected]-user notifications method: PHP mail().
In this situation, only admin gets the notification while user don’t.
How could I solve this problem?
Thanks in advance and best regards.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Problem with notifications’ is closed to new replies.