PHP Classes

Windows PHP

Recommend this page to a friend!

      MIME E-mail message sending  >  All threads  >  Windows PHP  >  (Un) Subscribe thread alerts  
Subject:Windows PHP
Summary:Messages not getting sent.
Messages:2
Author:Chris
Date:2007-01-19 06:32:27
Update:2007-01-19 12:51:41
 

 


  1. Windows PHP   Reply   Report abuse  
Picture of Chris Chris - 2007-01-19 06:32:27
Hello.

We're running PHP on a Windows machine and our SMTP server is sitting on a Unix machine which we can normally access from script via mail.servername.com.

The test_personalized_bulk_mail.php tells us that mails have gone successfully but the class isn't actually contacting the mail server.

Our php.ini SMTP Server setting is correct.

Is there anything we might have missed?

Thanks.

  2. Re: Windows PHP   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2007-01-19 12:51:41 - In reply to message 1 from Chris
You would need to see in the Linux machine if the message was resent correctly.

Alternatively, you may want to try using the smtp_message_class subclass instead of the email_message_class and configure the additional class variables to set the SMTP server to point to that Linux server. If it works, there is something wrong with your PHP mail setup.