• The plugin sends notifications from the localhost email address which in my instance is just ‘[email protected]’ and these end up in spam folders every time.

    I’ve attempted to modify this in the plugin but haven’t managed to change the email address that this plugin sends notifications from.

    It would make more sense to just send them from the WordPress admin email address I would have thought? Or even the wordpress@domain email address that WordPress uses.

    So in seo-crawlytics/include/admin.php in the function bota_send_daily_report…

    Using the following to include the from email address like so:-

    mail(trim($email), $subject, $response, “-f [email protected]”);

    This doesn’t work. I’ve messed around with the headers and variations of the above but nothing I do seems to change the email address that this plugin sends notifications from.

    Please could you advise how to modify this? Thanks in advance.

    https://www.ads-software.com/plugins/seo-crawlytics/

  • The topic ‘Changing the email address SEO Crawlytics sends notifications from’ is closed to new replies.