newsletter - Magento: where can I set some params/vars to "newsletter_subscr_success.html" email template? -


i need customize "newsletter_subscr_success.html" email template , need pass variables it.

the problem don't know sent can push parameters/variables.

where can find it?

if have variables in controllers files or models or model/observer.php, should in format,

$emailtemplatevariables['any_string'] = "this string";

now, grab variable newsletter_subscr_success.html, give

<div>{{var any_string}}</div>
, done!


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -