I figured it out.  I needed the send_mail_from in the php.ini set up with a valid 
email.  This is a requirement on a windows server.

Shawn Beard 
Web Administrator
Iowa Foundation for Medical Care
Information Systems
[EMAIL PROTECTED]
Office: 515-440-8581
Pager: 515-208-5907

>>> Manuel Lemos <[EMAIL PROTECTED]> 04/02/04 02:55PM >>>
Hello,

On 04/02/2004 12:10 PM, Shawn Beard wrote:
> I just upgraded to PHP 4.3.5 and now my email functionality does not
> work.  I do have the SMTP setting in the php.ini set up and did
> restart Apache. We are running a Windows 2000 server and Apache
> 2.0.49.   Any ideas?

It can be a problem with many things including something not to due with 
PHP.

Anyway, to figure if the problem is with PHP or not, you may want to try 
this class that comes with wrapper function named smtp_mail() that 
emulates the mail() function but sends the message directly to SMTP 
server of your choice:

http://www.phpclasses.org/mimemessage 

You also need this to send messages via SMTP.

http://www.phpclasses.org/smtpclass 



-- 

Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/ 

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/ 

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html 

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

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

Reply via email to