Hello,

On 06/10/2003 04:44 PM, Matthias Wulkow wrote:
a friend of mine is trying to set up an automated mailing function.
The platform is Windows & he's using the last PHP release at this
time.
He asks me how to do it with Exchange, because it doesn't speak SMTP
or not correctly? What is the matter? Is that true? But that's not
really the question... could somebody point me to some documents where
I could find out, what has to be done to make it work?

I do not see what he means by not speaking SMTP correctly. Anyway, if it receives e-mail that you get, it also can relay messages that you send. I think in the worst case you need to authenticate.


In that case you may want to try this class for composing and sending messages. It comes with a sub class for sending messages via SMTP that supports authentication.

http://www.phpclasses.org/mimemessage

You also need this class for the actual message delivery:

http://www.phpclasses.org/smtpclass

--

Regards,
Manuel Lemos

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


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



Reply via email to