Ask a Question related to PHP Development, Design and Development.
-
Eric #1
PHP 5 & SMTP
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 ========= [url]http://www.ericgorr.net[/url] ========= 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... ===
Eric Guest
-
CDO and SMTP
I want to use the CDO instead of CDONTS running via Server 2003. Within the sample code it asks for the SMTP server name. Once I've installed the... -
SMTP for ASP
Hi Group, I'm having a few problems with getting an SMTP server configured on my Windows 2000 Server web server. My web server is co-located at my... -
POP before SMTP
Hi all, a friend using Windows wanted to send mail, but he got timeout errors after editing php.ini Mail section smtp = smtp.server.com... -
How to set sendmail SMTP auth and SMTP SSL on Solaris 9 (x86)
Dear all, Can anybody tell me how to set sendmail SMTP auth and SMTP SSL on Solaris 9(x86). Thanks! -
SMTP
I am having a problem with sending mail via system.web.mail. When I send the file shows up in the queue folder so something is not letting it go,... -
Manuel Lemos #2
Re: PHP 5 & SMTP
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
[url]http://www.phpclasses.org/[/url]
Manuel Lemos Guest



Reply With Quote

