Ignore:
Timestamp:
Jun 7, 2022 6:41:24 AM (23 months ago)
Author:
anonymous
Message:

Add App param ‘template_ext’ used to inform services where to find header and footer templates. Minor fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Email.inc.php

    r759 r767  
    3737    'subject' => 'Your account has been activated',
    3838));
    39 $email->setTemplate('email_registration_confirm.ihtml');
     39$email->setTemplate('email_registration_confirm.eml');
    4040// $email->setString('Or you can pass your message body as a string, also with {VARIABLES}.');
    4141$email->replace(array(
Note: See TracChangeset for help on using the changeset viewer.