Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author storeapps

    (@storeapps)

    Hi,

    At present, there is no option to disable newsletter sent report. We will surely consider it in future releases.

    Thread Starter Julian Moreno

    (@merlyn333)

    Hello storeapps:

    Thanks for your quick answer.

    As a workaround, I have commented the code that is in “[…]/email-subscribers/classes/es-sendmail.php – Lines 625 and 629”:

    if($wpmail)
    				{
    					// wp_mail($adminmail, $subject, $reportmail, $headers);
    				}
    				else
    				{
    					// mail($adminmail ,$subject, $reportmail, $headers);
    				}

    Will it work?

    Plugin Author storeapps

    (@storeapps)

    Hi,

    Yup, it will work.

    Thread Starter Julian Moreno

    (@merlyn333)

    Thanks for your quick answer. Have a nice day.

    Plugin Author storeapps

    (@storeapps)

    Hi,

    You are welcome!

    If you like our plugin, please consider leaving us a 5-star rating.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Disable Newsletter Sent Report’ is closed to new replies.