• Resolved il_gianni

    (@il_gianni)


    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)
  • Plugin Author DOTonPAPER

    (@dotonpaper)

    Hello,

    Use the SMTP options for gmail addresses.

    Thank you.

    Thread Starter il_gianni

    (@il_gianni)

    Hi and thanks for the answer. I have just made a try with smtp just for admin notifications method. Smtp settings are referred to the same account of notifications mail.

    The problem remains.

    Plugin Author DOTonPAPER

    (@dotonpaper)

    Please write at [email protected] about the issue to help.

    Thank you.

    Thread Starter il_gianni

    (@il_gianni)

    Ok, thanks again

    Thread Starter il_gianni

    (@il_gianni)

    Hi, everything works now.

    I sum up the settings:

    -admin notifications method: SMTP mail()
    -notifications mail: …[email protected]

    -user notifications method: PHP mail()

    -smtp settings are referred to the @gmail.com account written above

    -Notify admin on approved book request enabled

    -Notify user on approved book request enabled

    -all the other notifications are disabled

    Thanks for all Sabina

    Plugin Author DOTonPAPER

    (@dotonpaper)

    Glad to hear the feature is working now.
    Please write if you have any other trouble.

    Have a wonderful day.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Problem with notifications’ is closed to new replies.