| 323 | | To use this feature, you must create the following files in `html/ops/ffmail/`: |
| 324 | | |
| 325 | | `subject`:: The subject line used for friend-to-friend emails |
| 326 | | `html`:: HTML template for friend-to-friend emails |
| 327 | | `text`:: Text template for friend-to-friend emails |
| 328 | | |
| 329 | | Samples are supplied for each of these. |
| 330 | | The following macros are substituted in the message bodies: |
| 331 | | |
| 332 | | `<fromname/>`:: The name of the sender |
| 333 | | `<toname/>`:: The name of the recipient |
| 334 | | `<comment/>`:: The comment supplied by the sender |
| | 323 | You can define default text for these emails by creating |
| | 324 | the following files in `html/ops/ffmail/`: |
| | 325 | |
| | 326 | `subject`:: subject line |
| | 327 | `text`:: message body |
| | 328 | |
| | 329 | Samples are supplied for these in html/ops/ffmail. |