Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TagsDescriptionNotes
 {package.name}Package Namee.g. "DirectAdmin Bronze"
{package.description}Package Text Description 
{package.description_html}Package HTML Description 
{package.status}Package Statuse.g. "Active"
{service.name}Label 
{service.date_added}Date Added 
{service.date_renews}Date Renews 
{service.date_last_renewed}Date Last Renewed 
{service.date_suspended}Date Suspended 
{service.date_canceled}Date Canceled 
{service.status}Statuse.g. "Active"
{module.name}Module Name 
{module.label}Module Row Label 
Expand
titleAdditional Tags

Due to the nature of tag objects containing several fields, many of which are likely irrelevant for use in email templates, but may be useful to you in certain circumstances, a dump of the tags are shown below.

Code Block
languagephp
titleThe {contact} object
collapsetrue
stdClass Object
        (
            [id] => 1
            [client_id] => 1
            [user_id] => 
            [contact_type] => primary
            [contact_type_id] => 
            [first_name] => Bill
            [last_name] => Lang
            [title] => 
            [company] => Phillips Data, Inc.
            [email] => yourname@yourdomain.com
            [address1] => PO BOX 25423
            [address2] => 
            [city] => Anaheim
            [state] => CA
            [zip] => 92825
            [country] => US
            [date_added] => 2016-05-05 11:16:56
            [contact_type_name] => 
            [contact_type_is_lang] => 
        )
Code Block
languagephp
titleThe {client} object
collapsetrue
stdClass Object
        (
            [id] => 1
            [id_format] => {num}
            [id_value] => 1500
            [user_id] => 2
            [client_group_id] => 1
            [primary_account_id] => 
            [primary_account_type] => 
            [status] => active
            [id_code] => 1500
            [contact_id] => 1
            [first_name] => Bill
            [last_name] => Lang
            [company] => Phillips Data, Inc.
            [email] => yourname@yourdomain.com
            [address1] => PO BOX 25423
            [address2] => 
            [city] => Anaheim
            [state] => CA
            [zip] => 92825
            [country] => US
            [group_name] => General
            [company_id] => 1
            [username] => yourname@yourdomain.com
            [two_factor_mode] => none
            [two_factor_key] => 
            [two_factor_pin] => 
            [date_added] => 2016-05-05 11:16:56
        )

If you have made a mistake you can click back and when you are finished click "preview".

...