Difference between revisions of "NATS4 Affiliate Signup Email"
Line 15: | Line 15: | ||
== Geo-Targeting Signup Emails == | == Geo-Targeting Signup Emails == | ||
You can send an email to affiliates from only one country by | You can send an email to affiliates from only one country by | ||
− | [[Geo-Target|geo-targetting]] the '' | + | [[Geo-Target|geo-targetting]] the ''mail_affiliate_on_signup'' template. |
Put an if statement around the activation link in the template. | Put an if statement around the activation link in the template. |
Revision as of 17:42, 12 May 2009
To send email to affiliates when they sign-up, go to the Configuration Admin and fill in the following three fields:
- EMAIL_FROM_OWNER -- your email address
- EMAIL_AFFILIATE_SIGNUP -- the subject of your sign-up email
Change the message sent to affiliates by editing the mail_affiliate_on_signup template in the "Special Templates" section of the Skins and Templates Admin.
Geo-Targeting Signup Emails
You can send an email to affiliates from only one country by geo-targetting the mail_affiliate_on_signup template.
Put an if statement around the activation link in the template. For example, to only send signup emails to U.S. affiliates, use the following code:
{if $affiliate.country == 'US'} <a href="http://linkdomain/signup_verify.php?lid={$loginid}&verify={$verify}">Activate</a> {/if}
Replace linkdomain with your linkdomain.
Test Emails
If you send a test email to yourself, some parts may be missing. This happens to you because you don't have all of the usual affiliate variables assigned. For example, you don't have a Trail Setting, Site ID, Site Name, Site URL, or any Rebills. Don't worry: these fields will be filled in on real affiliate emails.