Download .zip |
Info | View files (3) | Download .zip | Reputation | Support forum (3) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2004-10-05 (14 years ago) | 45% | Total: 9,523 | All time: 151 This week: 522 |
Version | License | Categories | ||||
sendmail_class 1.0.0 | Freeware | HTML, Email |
Description | Author | ||||||||
This is a simple class to send a generic e-mail message with data submitted with HTML forms. |
|
Files |
File | Role | Description |
---|---|---|
action.php | Appl. | From action page |
form.html | Data | HTML form with the fields that are sent |
sendmail.class.php | Class | Main class |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | 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.
Pages that reference this package |
PHP script to send email To simple use mail function with arguments : mail(@to,subject,body); or you can use this PHP class... |