Jump to content
  • 0

Dns Servers Not Displaying In Welcome Email


Question

Posted

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

  • 0
Posted

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 %}
  • 0
Posted

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

  • 0
Posted

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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...