Andreas Posted September 8, 2013 Report Posted September 8, 2013 Hey Guys I am doing some testing in blesta and having an issue In the welcome email, Im guessing the tag {module.name_servers} should display the DNS servers? In my welcome email it displayed the word "Array" where the tag {module.name_servers} was Quote
0 Michael Posted September 9, 2013 Report Posted September 9, 2013 Hey Guys I am doing some testing in blesta and having an issue In the welcome email, Im guessing the tag {module.name_servers} should display the DNS servers? In my welcome email it displayed the word "Array" where the tag {module.name_servers} was You need this mate: {% for name_server in module.name_servers %} Name server: {name_server} {% endfor %} Paul 1 Quote
0 Tyson Posted September 9, 2013 Report Posted September 9, 2013 Assuming you're using cPanel, the cPanel module documentation and the documentation on customizing emails should help. Quote
0 Andreas Posted September 15, 2013 Author Report Posted September 15, 2013 So I should use this {name_server} instead? In blesta welcome emails the tag shows {module.name_servers} Quote
0 Michael Posted September 15, 2013 Report Posted September 15, 2013 So I should use this {name_server} instead? In blesta welcome emails the tag shows {module.name_servers} I posted the correct statement above. Quote
0 Andreas Posted September 15, 2013 Author Report Posted September 15, 2013 Your "correct statement above" was not clear to me. Thats why I am verifying is its this {name_server}. I am assuming its that or do I put {% for name_server in module.name_servers %} Name server: {name_server} {% endfor %} like you said in your above post above Alex 1 Quote
0 Alex Posted September 15, 2013 Report Posted September 15, 2013 I posted the correct statement above. Quote
0 Michael Posted September 15, 2013 Report Posted September 15, 2013 Your "correct statement above" was not clear to me. Thats why I am verifying is its this {name_server}. I am assuming its that or do I put {% for name_server in module.name_servers %} Name server: {name_server} {% endfor %} like you said in your above post above Yes the bottom one, it will then show all the nameservers 1 and 2. or 1, 2, 3 and 4 or just one. Quote
0 Andreas Posted September 15, 2013 Author Report Posted September 15, 2013 Thank you for the clarification. I was getting it confused what you are saying and what the TAG was saying in the form. They will need to get that correct. Quote
0 Michael Posted September 15, 2013 Report Posted September 15, 2013 Thank you for the clarification. I was getting it confused what you are saying and what the TAG was saying in the form. They will need to get that correct. Ah the tags section show which are accepted. You can read more about this in the documents: http://docs.blesta.com/display/user/cPanel Andreas 1 Quote
0 Andreas Posted September 15, 2013 Author Report Posted September 15, 2013 Thanks for the link Quote
Question
Andreas
Hey Guys
I am doing some testing in blesta and having an issue
In the welcome email, Im guessing the tag {module.name_servers} should display the DNS servers?
In my welcome email it displayed the word "Array" where the tag {module.name_servers} was
10 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.