Merge pull request #6591 from sminnee/doc-populatetemplate

DOC Added note about Email::populateTemplate() replacement
This commit is contained in:
Loz Calver 2017-02-01 09:25:27 +00:00 committed by GitHub
commit 6014c31a42

View File

@ -1336,6 +1336,7 @@ handle field-level and form-level messages. This has the following properties:
* Default template body variable renamed from `$Body` to `$EmailContent`
* `$email->setTemplate()` renamed to `$email->setHTMLTemplate()`
* Added `$email->setPlainTemplate` for rendering plain versions of email
* `$email->populateTemplate()` has been replaced with `$email->setData()`
### <a name="overview-environment-management"></a>Environment management