Anyone know if PHP 5 has built in support for communicating with SMTP
servers that require a username and password?
Right now, as everyone knows, PHP 4 has built in support for
communicating with SMTP servers that do not require a username and
password, but in order to communicate with those that do, one needs to
do a lot of extra stuff ... and publically available classes to handle
the communication do exist.
--
== Eric Gorr ========= http://www.ericgorr.net ========= ICQ:9293199 ===
"Therefore the considerations of the intelligent always include both
benefit and harm." - Sun Tzu
== Insults, like violence, are the last refuge of the incompetent... ===
|
|
0
|
|
|
|
Reply
|
egDfAusenetE5fz (78)
|
11/11/2003 12:51:47 AM |
|
Hello,
On 11/10/2003 10:51 PM, Eric wrote:
> Anyone know if PHP 5 has built in support for communicating with SMTP
> servers that require a username and password?
>
> Right now, as everyone knows, PHP 4 has built in support for
> communicating with SMTP servers that do not require a username and
> password, but in order to communicate with those that do, one needs to
> do a lot of extra stuff ... and publically available classes to handle
> the communication do exist.
AFAIK, no. PHP 5 is mostly just PHP 4 with Zend Engine 2.
--
Regards,
Manuel Lemos
Free ready to use OOP components written in PHP
http://www.phpclasses.org/
|
|
0
|
|
|
|
Reply
|
mlemos (660)
|
11/11/2003 5:32:46 AM
|
|