Changes between Version 10 and Version 11 of VolunteerRecruit


Ignore:
Timestamp:
Jul 22, 2015, 11:41:59 PM (9 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VolunteerRecruit

    v10 v11  
    321321
    322322The web page `ffemail_form.php` lets users send emails to their friends.
    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
     323You can define default text for these emails by creating
     324the following files in `html/ops/ffmail/`:
     325
     326 `subject`::    subject line
     327 `text`::       message body
     328
     329Samples are supplied for these in html/ops/ffmail.