DOC Added note about Email::populateTemplate() replacement

This commit is contained in:
Sam Minnee 2017-02-01 21:21:03 +13:00
parent 78a892fbe1
commit 59f8e42f1e

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