Can I disable the campaign sent confirmation email?
Hello, we are using sendy and send on behalf of users email. They then get the campaign sent confirmation email, which has a link for them to login to get reports. I don't want this email sent, is there a simple way of completely disabling this as we use another program for reporting which is a link and not a login situation?
Thank you in advance!
This discussion has been closed.
Comments
Hi,
There's no way to do this in Sendy. But you can edit Sendy's code. Comment out or delete line
870
inscheduled.php
and line831
in the/includes/create/send-now.php
script.(Updated on May 6, 2020 for version 4.0.8)
Best regards,
Ben
Thanks Ben!