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

    (@wayneallen-1)

    What kind of email are you getting? Postie only sends email if you tell it too and it found something interesting to email about.

    Thread Starter ccbit

    (@ccbit)

    Dear Wayne

    Thank you for reply and your awesome plugin. I’m not sure whether this behavior is causing from the postie plugin. But I never get this emails before. I’m getting this emails every hour.

    sender: WordPress
    subject: Automatic email
    content: Automatic scheduled email from WordPress.

    Thats all. Do you have an idea what the problem is? ty

    Plugin Author Wayne Allen

    (@wayneallen-1)

    Sounds like you have code from

    https://naumannisarghauri.wordpress.com/2012/11/28/how-to-set-up-cron-job-in-wordpress/

    running somewhere on your site.

    I would start by searching all your *.php files for “Automatic email”

    Thread Starter ccbit

    (@ccbit)

    Sorry for the late reply. I’ve actually found a function “my_task” in function.php.

    function my_task_function() {
      wp_mail( 'myemail', 'Automatic email', 'Automatic scheduled email from WordPress.');
    }

    No idea how they got there. The template was build from someone other.
    Thank you for your note.

    Plugin Author Wayne Allen

    (@wayneallen-1)

    Glad you were able to fix it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Receive "Automatic scheduled email from WordPress" every hour’ is closed to new replies.