This package can be used to send e-mail messages via SMTP connections.
There is one class that takes care of establishing a TCP socket connection to send and retrieve data through that socket.
There is another class that establishes a connection with an SMTP server using the socket class.
It can send a message an SMTP server from a given sender address to one or more recipient addresses.
If necessary, the class can authenticate with a server that supports the LOGIN authentication mechanism.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (75.0%) |
Good (83.3%) |
- |
Sufficient (75.0%) |
- |
- |
Not sure (53.3%) |
1118 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
smtp.php |
Class |
Class to send SMTP E-Mail messages |
smtptest.php |
Example |
Program to test smtp class |
sock.php |
Class |
Generic socket communication |
socktest.php |
Example |
Test program for sock.php |