Recommend this page to a friend! |
Download |
Info | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
45% | Total: 9,526 | All time: 154 This week: 488 |
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 (3) |
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 |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
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 |
To simple use mail function with arguments : mail(@to,subject,body); or you can use this PHP class... |