Nette Documentation Preview

syntax
Upgrading
*********


Upgrading to Version 2.3
========================

- if you use the `$mail` variable in a template, you must pass it to the template manually
- if you have linked images with relative paths in a template, pass the base file path as the second parameter of `setHtmlBody()`
- there is no need to cast templates to `(string)`

Upgrading

Upgrading to Version 2.3

  • if you use the $mail variable in a template, you must pass it to the template manually
  • if you have linked images with relative paths in a template, pass the base file path as the second parameter of setHtmlBody()
  • there is no need to cast templates to (string)