Member Join Emails

From TMM Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
NATS 3
Sites Admin
Sites
Site Setup
Configure Redirects
ID Numbers
Automail
Site User Management
Username Checking
Join Form Errors
Free Pre-Initial Checkbox
Payouts Based on Program and Join Options
Payouts Based on Join Option and Per Option
Adding Extra Site Tours
Site Partner
Join Options
Multisite Access
Removing Join Options
Tour Setup
Site Undelete
Join Option Box vs Button
Redirecting Traffic to a Sponsor
Qualified Join Page Hits
Type-In Traffic
Allowed languages
Linkcode Decoding
Mailing Admin
NATS3 Mailing Admin
Email Expired Members
Repeating Email
Member Cancel Emails
Member Chargeback Emails
Member Credit Emails
Member Join Emails
Member Rebill Emails
Mailer Template Variables

NATS3 allows you to customize the content seen by your members for each e-mail event in the Sites Admin. Along with the basic Smarty Template capabilities, you can also use certain variables to add transaction-specific data into the e-mail body. This article describes the special templates that you have access to in the mail_members_joined e-mail template.

Available Variables

The mail_members_joined mailing template supports an assortment of Smarty variables, which can be used to provide members information about their joins. This includes information such as the member's program, biller information, and membership fee. The full list of available Smarty variables is as follows:

  • $campaign - Contains the campaign used by an affiliate to categorize the referral.
  • $program - The program that the member was referred under.
  • $reseller - The affiliate who referred that member.
  • $payout - The payout the affiliate received for the member referral.
  • $payout_dec - The payout the affiliate received, marked in decimal form.
  • $cost - The Biller fee charged for that transaction.
  • $member_data - Contains all relevant member information for that transaction.
  • $billername - The name of the biller used to process the transaction.
  • $orderid - The order ID number of the rebill.
  • $amount - The dollar amount paid by the member for the rebill.
  • $sitename - The name of the site that the member received a rebill from.

Example

You can provide the member with the name of the site they joined, what biller they processed the transaction with, how much they paid, and the ID number of that transaction using these variables:

Thank you for joining {$sitename}! Your transaction has been processed by {$billername} for {$amount}. The ID number for this transaction is {$orderid}. Please keep this for your records.