Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author JoomSky

    (@rabilal)

    Hi,

    Yes, you can disable email notifications in configurations.

    Admin > JS Support Ticket > Configurations > Mail Settings
    http://www.joomshark.com/document/js-support-ticket-email-mail-settings-343.html#id_3

    Regards,
    Ahmad Bilal

    Thread Starter marianogi

    (@marianogi)

    No, I can’t. As you can see I have all notifications disabled but users are still receiving emails.
    I highlighted in red on the picture what I think the problem is: I don’t have the possibility to enable/disable user notification email ON NEW TICKET: Email Settings screenshot

    Plugin Author JoomSky

    (@rabilal)

    Hi,

    User will always receive email.

    You can edit code and remove this line

    Edit
    ../wp-content/plugins/js-support-ticket/modules/ticket/model.php

    Find
    function storeTickets($data)

    Find again
    $sendEmail = true;

    Replace with
    $sendEmail = false;

    Regards,
    Ahmad Bilal

    Thread Starter marianogi

    (@marianogi)

    Thank you!, hope this feature will be available soon being that easy (only changing a variable boolean value) to solve 😉

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Disabling all email notifications’ is closed to new replies.