mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #6591 from sminnee/doc-populatetemplate
DOC Added note about Email::populateTemplate() replacement
This commit is contained in:
commit
6014c31a42
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user