How to disable email notifications after each sent campaign?
I'm receiving notifications to both of my emails each time when a campaign got sent.
The first email is the one that I login to Sendy with and the second which I send a campaign from.
Is there a way to disable these notificaions?
I don't see any point of receiving them as I can see that campaign has been sent from Sendy admin panel and from reports.
This discussion has been closed.
Comments
Hi,
Comment out or delete line
870inscheduled.phpand line831in the/includes/create/send-now.phpscript.(Updated on May 6, 2020 for version 4.0.8)
Best regards,
Ben
How to comment it out without deleting?
Prepend // to the line.
Example:
//the codeI want to disable the email notification for my clients as well?
Should I comment out line 787 as well?
Yes.