Re: Re: sendmail

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello Aaron,
AT> Is there any tweaking with mail()?

AT> I have it working, but it seems to not always send the email.  Mainly one
AT> right after the other.  I filling a web form and then sending the data off
AT> to my email.  But then I do a refresh to clear the form and do it again with
AT> different data and it doesnt work.  Any ideals on this?

   mmmhhh...
   
   REFRESH????... maybe you are not calling your script again, and
   using a cached version of the send page...
   try this:
   <?php
      $fp=fopen("mylog.log","a");
      fwrite($fp,"sending " . date("YmdHis"));
      fclose($fp);
      mail(....)
   ?>
   and look your mylog.log

AT> Thanks,

AT> Aaron





-- 
Best regards,
 Pablo

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux