| Recommend this page to a friend! |
| Author | ||
![]() |
|
|||||||||||||||||||
| Classes of Manuel Lemos | > | SMTP E-mail sending class | > | Download .zip .tar.gz | > | > | > | |||||
|
|||||||||||||||||||||||
| Groups | Freshmeat project | |||||||
| Dependencies | Dependents | Trackback | Applications | |||||||
| Groups | ||
| Email sending and receiving | View top rated classes | ||
| Networking | Networking protocols, clients and servers | View top rated classes |
![]() |
|
| Freshmeat project | ||
|
| User ratings | ||
| Ratings | ||||||||
|---|---|---|---|---|---|---|---|---|
| All time: | ||||||||
| Month: | ||||||||
| Packages needed by this class | ||
| Class | Dependency | Why it is needed |
|---|---|---|
| Simple Authentication and Security Layer | When the SMTP server requires authentication the SASL package provides support for implementing authentication mechanisms like: PLAIN, LOGIN, CRAM-MD5, NTLM (Windows or Linux/Unix with Samba). | |
| DNSResolver | If you use the direct delivery mode and are using Windows or any other platform on which the PHP function GetMXRR is not working, this class can provide an alternative |
| Packages that need this class | ||
| Class | Dependency | Why it is needed |
|---|---|---|
| MIME E-mail message sending | If it is used the SMTP message sub-class, this class is need to perform the actual SMTP delivery | |
| pop3ml | for connecting to a local/remote smtp server and sending e-mail messages |
| Trackback links | ||
| Link | Description |
|---|---|
| En iyi 10 Php Sinifi! | ... |
| PHP Mail via SMTP (Turkish) | Today I learned something like this might be needed. The development of the event are as follows: a customer who wants to use your own mail server, a citizen wishing to send bulk e-mail... |
| PHP: Enviar correos electronicos sin la funcion "mail()" | Esta clase PHP puede enviar correos electrónicos sin utilizar la función mail del php, envez de eso abre un socket e interactua directamente con el servidor de destino mediante el protocolo SMTP... |
| Sending email using PHP...... | I think your smtp server is not configured properly... |
| Where I can find a good PHP library to send emails using SSL? | You can always use the PHP MIME message class and the SMTP driver which supports either SSL connections (needed to deliver via Gmail) or start TLS encryption (needed to deliver via Hotmail) if the servers support it... |
| Applications that use this class | ||
| File | Role | Description |
|---|---|---|
| Aux. | GetMXRR function emulation need for direct delivery mode under Windows and other platforms without this function (needs DNS.php mentioned in the Related links section). | |
| Class | SMTP class file | |
| Doc. | Documentation of the SMTP class | |
| Example | SMTP class test script | |
| Test | Test suite script to verify whether the function to prepare message body data is working correctly |
| Download all files: smtpclass.tar.gz smtpclass.zip |