This class can be used to send HTML messages.
It uses a configurable template file to define the HTML message body.
The class replaces template marks with the respective argument values and sends the message.
The sender name, sender e-mail address, recipient address and the message subject are required parameters.
|
|
| Name: |
Template based Email sending |
| Base name: |
templatemail |
| Description: |
Send HTML messages using templates |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
3431 users |
| All time rank: |
873 |
| Week users: |
1 user |
| Week rank: |
2020  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (83.3%) |
Sufficient (75.0%) |
- |
Not sure (58.3%) |
- |
- |
Not sure (55.0%) |
1177 |
| Month: |
Not yet rated by the users |
| |
Packages needed by this class |
|
|
| Class |
Dependency |
Why it is needed |
| PHPMailer |
Required |
This is the mail sending script. We use this to send emails but the templates are formed by our class. If you are familiar with this class then you might also know that $mail->Body becomes so bulky to track if it is in code. |
| |
Applications that use this class |
|
|
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.
| |
Files |
|
|