PHP 5 & SMTP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Eric

    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 ========= 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... ===
  • Manuel Lemos

    #2
    Re: PHP 5 & SMTP

    Hello,

    On 11/10/2003 10:51 PM, Eric wrote:[color=blue]
    > 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.[/color]


    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
    Free PHP Classes and Objects 2025 Versions with PHP Example Scripts, PHP Tutorials, Download PHP Scripts, PHP articles, Remote PHP Jobs, Hire PHP Developers, PHP Book Reviews, PHP Language OOP Materials


    Comment

    Working...