Jump to content

What causes this to happen


Mutley

Recommended Posts

I get a message on a script (The email dispatch program is currently busy. It should be free again in a few moments.), I don't know why, I narrowed it down to this part of code:

 

    
<?php
$ml_body = "ml_body";
    $ml_head = "ml_head";
    $ml_list = "ml_list";

        if (file_exists("./$ml_head")){
            echo "<p>";
            echo ema_tag("em", "The email dispatch program is currently busy.
							It should be free again in a few moments.");
            echo "</p>";
            return;
        }
?>

 

Inside "ml_head" is this:

 

From: Membership Newsletters <[email protected]>

Reply-To: Membership Newsletters <[email protected]>

X-Mailer: PHP/4.4.3

 

Yes, the e-mails are setup correctly. Any ideas? :( Or ways to bypass it?

Link to comment
https://forums.phpfreaks.com/topic/53787-what-causes-this-to-happen/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.