Author Topic: Additional IPs in Email  (Read 439 times)

0 Members and 1 Guest are viewing this topic.

Offline Billy C

  • 2
  • 0
  • New Member
  • *
Additional IPs in Email
« on: February 21, 2020, 06:17:46 PM »
We recently set up our first HB install.

We customized the default account created emails for Dedicated Servers but left them mainly unchanged.

In the default email was this:
{if $service.additional_ip!=""}<b>Additional IPs:</b> {$service.additional_ip}<br>{/if}

We do have customers order with additional IP's sometimes so I left this in there.   However, when we send out the email this data is never populated even for customers that do have additional IPs.

Does anyone know if this code works and if so where it is pulling the additional IPs from?   I am unsure if the issue is the code itself or the way we are entering IPs on the customer's service, but we would like to get this rectified ASAP.  If anyone has any feedback on how to use this part of the email template it would be appreciated.

Thanks,
Billy

Offline Factor

  • 69
  • 4
  • Active Participant
  • ***
  • Welcome to reality wish you could stay longer..
Re: Additional IPs in Email
« Reply #1 on: February 22, 2020, 10:12:28 PM »
Well Not totally sure.  I assume you are using an updated current license.  You don't say which dedicated server module you are using.  Also would assume you are using an order page for dedicated servers.  In general, the IPs would be coming from the Service of the Server you have setup.  You could add
Code: [Select]
{debug} in the email template and send a test to yourself and see what you can find out.  Also when you say customized I assume you mean the template.  I hope you did not employ and modern CSS or html5 type stuff as the templates won't really support to much of that type of stuff.  Otherwise you might need to log a support request with Hostbill.


Welcome as well to the forum.  Just to be sure this Forum is Hostbill User based and is not related to the company.  There are no real Hostbill Support people here or any Official Hostbill forums.


Once you figure it out if you would post the solution to help others it would be great..Thx
« Last Edit: February 22, 2020, 10:15:44 PM by Factor »
Thanks,
The Factor

Offline Billy C

  • 2
  • 0
  • New Member
  • *
Re: Additional IPs in Email
« Reply #2 on: February 27, 2020, 07:49:44 PM »
Thanks for the feedback.

Yes we are running a current license, and sorry we are using the Dedicated Server Manager 5 plugin.     

I was not aware of the {debug} option, I will give that a try.

You are correct when I say I customized I was referring to the template, and by customized I just meant I edited the text to reflect the message we wanted to share.

Thanks for the welcome!

Offline Factor

  • 69
  • 4
  • Active Participant
  • ***
  • Welcome to reality wish you could stay longer..
Re: Additional IPs in Email
« Reply #3 on: February 28, 2020, 04:29:38 PM »
« Last Edit: February 28, 2020, 04:33:19 PM by Factor »
Thanks,
The Factor

Offline Factor

  • 69
  • 4
  • Active Participant
  • ***
  • Welcome to reality wish you could stay longer..
Re: Additional IPs in Email
« Reply #4 on: February 28, 2020, 04:48:15 PM »
make sure you have something like this in your forms.



Thanks,
The Factor