How to use helper methods in mailer templates
Public
21 Feb 09:45

Instead of this:

include YourHelper

use this:

add_template_helper YourHelper

in YourMailer

Comments

Empty! You must sign in to add comments.