Recommend this page to a friend! |
Download .zip |
Info | View files (13) | Download .zip | Reputation | Support forum (2) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2010-11-15 (5 years ago) | Not enough user ratings | Total: 408 | All time: 6,166 This week: 1,087 |
Version | License | PHP version | Categories | |||
email-log 1 | BSD License | 5.0 | Email, PHP 5, Logging |
Description | Author | |||||||||||||
This class can be use to store e-mail messages information in log files. |
|
E-Mail Log ________________________________________________________________________________ This is a generic email logger, it's useful to log all outcomming emails from your application, not only that, but this also logs everything, even if the email failed to be sent, it will be there. In my case, i wrote this to satisfy a customer which had problems with his email. His emails were failing at random due a third party bad mail server, so this suited him pretty well. This class also don't need a database, i did this on propouse to avoid adding more complexity to this system. I wrote a simple file based system to database things base64 encoded. This is not intended for large scale env, unless you have a lot of memory. I also added a customizable admin (manager.php) as well; And a database filler (filler.php); Usage Example: $el = new EMail_Log("/path/to/db/"); $el->add($from, $to, $subject, $body); ________________________________________________________________________________ (c) Rodrigo Moraes Orph - 2010 |
Files |
File | Role | Description | ||
---|---|---|---|---|
css (1 file) | ||||
data (1 file) | ||||
img (1 file) | ||||
js (4 files) | ||||
templates (1 file) | ||||
email_log.php | Class | main class | ||
manager.php | Example | admin | ||
README | Doc. | Read me | ||
wsa_utf8_conversor.php | Class | Support Class | ||
filler.php | Example | a database filler |
Files | / | js |
File | Role | Description |
---|---|---|
email_log.js | Aux. | admin js |
jquery-1.4.2.js | Data | admin support scripts |
jquery.json-2.2.js | Data | admin support scripts |
wsa_encoders.js | Data | admin support scripts |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Comments (1) | |||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.