Recommend this page to a friend! |
![]() ![]() |
Info | ![]() |
![]() |
![]() |
![]() ![]() |
Reputation | Support forum (93) | Blog (2) | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2022-02-03 (5 months ago) ![]() | ![]() ![]() ![]() ![]() | Total: 55,239 This week: 3 | All time: 3 This week: 47![]() |
Version | License | PHP version | Categories | |||
smtpclass 1.0.6 | BSD License | 3 | Email, Networking |
Description | Author | ||||||||
Class that connects to a SMTP mail server to send messages. It features: Recommendations Send emails fast |
|
Screenshots | ||
![]() |
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 |
![]() | smtpclass-2022-02-03.zip 35KB |
![]() | smtpclass-2022-02-03.tar.gz 35KB |
![]() | Install with Composer |
Needed packages | ||
Class | Download | Why it is needed | Dependency |
---|---|---|---|
Simple Authentication and Security Layer | ![]() |
Provides sasl.php class for 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). | Conditional |
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 | Conditional |
Version Control | Reuses | Unique User Downloads | Download Rankings | ||||||||||||||||
50% | 2 |
|
|
User Ratings | User Comments (10) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Other classes that need this package |
Class | Why it is needed | Dependency |
---|---|---|
MIME E-mail message sending | If it is used the SMTP message sub-class, this class is need to perform the actual SMTP delivery | Conditional |
pop3ml | for connecting to a local/remote smtp server and sending e-mail messages | Required |
Pages that reference this package |
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... |