Jonathon Posted February 13, 2016 Report Posted February 13, 2016 Hi Guys, I using the cPanel module 2.3.1 If you include the tag in the welcome email of {module.name_servers} The output to the email is array It is not processing the array into text - Though it should return 1 line per item in the array of name servers.
Michael Posted February 13, 2016 Report Posted February 13, 2016 Closed as not a bug. Please read documentation before reporting a bug: https://docs.blesta.com/display/user/cPanel#cPanel-WelcomeEmail or you can also use {% debug %} to see the output. You need: {% for name_server in module.name_servers %} Name server: {name_server} {% endfor %}
Recommended Posts