Sign up email subject

This is the subject of the email that is sent when a new user or a new customer has signed up. Available variables are:

  • <TMPL_VAR NAME=SERVICE_EMAIL> service email as set in the rate plan
  • <TMPL_VAR NAME=NAME> the name of the customer
  • <TMPL_VAR NAME=USERNAME> the web interface username of the customer or user, will be blank if it is a non-residential customer
  • <TMPL_VAR NAME=TITLE> the title of the signed-up entity if it is a user, blank if it is a customer
  • <TMPL_VAR NAME=FORENAME> the forename of the signed-up entity if it is a user, blank if it is a customer
  • <TMPL_VAR NAME=SURNAME> the surname of the signed-up entity if it is a user, blank if it is a customer
  • <TMPL_VAR NAME=SNUMBER> the snumber of the signed-up entity if it is a customer, blank if it is a user
  • <TMPL_VAR NAME=ADDRESS1> the address1 field of the entity that has signed up
  • <TMPL_VAR NAME=ADDRESS2> the address2 field of the entity that has signed up
  • <TMPL_VAR NAME=ADDRESS3> the address3 field of the entity that has signed up
  • <TMPL_VAR NAME=ADDRESS_CITY> the city field of the entity that has signed up
  • <TMPL_VAR NAME=ADDRESS_STATE> the state field of the entity that has signed up
  • <TMPL_VAR NAME=ADDRESS_CODE> the area code field of the entity that has signed up
  • <TMPL_VAR NAME=COUNTRY> the country field of the entity that has signed up
  • <TMPL_VAR NAME=ADDRESS_OTHER> the other address information field of the entity that has signed up
  • <TMPL_VAR NAME=TELEPHONE> the telephone number of the customer that has signed up
  • <TMPL_VAR NAME=FAX> the fax number of the customer that has signed up
  • <TMPL_VAR NAME=EMAIL> the email of the customer that has signed up, or of the customer of the user that has signed-up
  • <TMPL_VAR NAME=PASSWORD> the password of the entity that has signed up
  • <TMPL_VAR NAME=PHONE_USER> the username of the telephone line if it is a user that has signed up, or if it is a residential customer it will contain the snumber, otherwise will be blank
  • <TMPL_VAR NAME=PHONE_DOMAIN> the SIP domain of the telephone line
  • <TMPL_VAR NAME=PHONE_PASSWORD> the password of the telephone line
  • <TMPL_VAR NAME=PRODUCT_NAME> the name of the Product in System -> Configuration or in custom API
  • <TMPL_VAR NAME=MAILBOX_PASSWORD> the mailbox PIN
  • <TMPL_VAR NAME=NUMBERS> the list of numbers assigned to the entity, not available in the creation fees invoice email if it is not a residential customer
  • <TMPL_VAR NAME=INVOICE_ATTACHED> Boolean, will take the value 1 if the email has an invoice attached, 0 otherwise
  • <TMPL_VAR NAME=CURRENCY_SYMBOL> The symbol of the currency as set for the customer
  • <TMPL_VAR NAME=TOTAL_INC_TAX> The total amount of the invoice including taxes
  • <TMPL_VAR NAME=SOURCE_ADDRESS> The source address for the email that will be sent
  • <TMPL_VAR NAME=SERVICE_TELEPHONE> the service telephone as set in the rate plan
  • <TMPL_VAR NAME=XXX> Name of any column xxx from table 'invoices', referring to the invoice that was created during the entity’s sign-up