cakephp / app

CakePHP application template
366 stars 390 forks source link

Emails (Mailers) use the core view by default #930

Closed ravage84 closed 1 year ago

ravage84 commented 1 year ago

If no custom renderer is set.

https://api.cakephp.org/4.4/class-Cake.Mailer.Mailer.html#viewBuilder() -> https://api.cakephp.org/4.4/class-Cake.Mailer.Mailer.html#getRenderer() -> https://api.cakephp.org/4.4/class-Cake.Mailer.Renderer.html#createView() -> https://api.cakephp.org/4.4/trait-Cake.View.ViewVarsTrait.html#createView()


With the previous documentation one would assume that helpers etc. are available which aren't if not configured manually.