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
  On 9/8/2013 at 11:59 PM, Andreas said:

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
  On 9/15/2013 at 8:17 PM, Andreas said:

So I should use this {name_server} instead?

 

In blesta welcome emails the tag shows {module.name_servers}

 

I posted the correct statement 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

  • 0
Posted
  On 9/15/2013 at 9:31 PM, Andreas said:

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...