I'm trying to find out where I'm missing adding information so that the e-mail notification system will send my contact info. As an example, if I sign up for a plan as a customer I get a message that ends in this:
-------------
Dear Shannon Lynch,
Thank you for choosing Rokatesh Websites.
You have signed up for the following plan: Unix I
We will activate your account as soon as we verify your billing information.
You will be notified by E-Mail after the verification. Then, you will be able to access your account through the Control Panel.
If you have any problems or questions, please contact our technical support at:
-----------------
It looks bad that there is no tech support info. When I go to the E-mail Notification Setup, it appears that this bit of code:
${settings.support} is the empty culprit.
Where do I need to go to setup the information so that my contact information will be displayed?
Thanks in advance!
-
-------------
Dear Shannon Lynch,
Thank you for choosing Rokatesh Websites.
You have signed up for the following plan: Unix I
We will activate your account as soon as we verify your billing information.
You will be notified by E-Mail after the verification. Then, you will be able to access your account through the Control Panel.
If you have any problems or questions, please contact our technical support at:
-----------------
It looks bad that there is no tech support info. When I go to the E-mail Notification Setup, it appears that this bit of code:
${settings.support} is the empty culprit.
Where do I need to go to setup the information so that my contact information will be displayed?
Thanks in advance!
-