Skip to main content

Cron Jobs - What is this email telling me?

Comments

5 comments

  • cPRex Jurassic Moderator

    Hey there!  What's the From/Sender of this message when you get it?  I can't say I'm familiar with this issue and I'm not finding much in my searches either.

    0
  • Scoopy

    No luck with searching anywhere for me either & why I am here ;)

    The email is sent by the server from the server's hostname and enveloped from the particular cpanel account to the server's root email which is enveloped by same cpanel user account... 

    Here's is example email source:

    Received: from cpaccount by server.hostname.com with local (Exim 4.97.1)
        (envelope-from <cpaccount@server.hostname.com>)
        id 1slWL6-0000000Glx4-0Vsk
        for admin@hostname.com;
        Tue, 03 Sep 2024 12:25:08 -0400
    From: "(Cron Daemon)" <cpaccount@server.hostname.com>

     

    0
  • cPRex Jurassic Moderator

    From what I'm finding, this is just a normal notification from wp-cron.php.  The "lightgreen" entry is just the HTML code that would highlight the "OK" portion of the text.

    If you don't need to get the notifications I'd just adjust the cron to send the output to /dev/null as outlined here:

    https://support.cpanel.net/hc/en-us/articles/1500007039422-How-to-silence-a-cron-cronjob-so-that-it-does-not-send-email-notifications

    0
  • Scoopy

    hmmm. guess that is all it is.  I viewed the above code as an HTML page and it just looks like a simple report telling me (in this case) that these 4 pages were cached and the cached status of other WordPress post types. Possibly something coming from the Yoast SEO plugin?

    Thanks for looking into this :)

    0
  • cPRex Jurassic Moderator

    I can't say for sure exactly what would spawn those since that's something WordPress is handling, but yes, it seems that's really all it is!

    1

Please sign in to leave a comment.