Klangaroo Posted November 16, 2008 Share Posted November 16, 2008 is there a way to stop a particular member from recieving automated emails from WHMCS? i have some users who sign up using WHMCS so its cool for them to get emails from WHMCS, but users who sign up using our custom frontend i don't want to get emails from WHMCS, i want to give them a different set of emails geared to towards using our frontend instead of WHMCS. 0 Quote Link to comment Share on other sites More sharing options...
mattpark Posted November 17, 2008 Share Posted November 17, 2008 You could probably do this by having a custom field setup, something like "CUSTOMFRONTEND", and set this value to 1 when people signup via there. You can then setup conditional emails, for 1 and 0 customers. 0 Quote Link to comment Share on other sites More sharing options...
Klangaroo Posted November 17, 2008 Author Share Posted November 17, 2008 (edited) nice idea, ill let you know how its goes. how do you make it so it checks a custom field before sending an email? I don't see anything like this in the email template configuration. Edited November 17, 2008 by Klangaroo 0 Quote Link to comment Share on other sites More sharing options...
mattpark Posted November 17, 2008 Share Posted November 17, 2008 Try something like this.... {if $clientsdetails["YOURCUSTOMFIELD"] eq "1"} You signed up via the custom front end! {else} You signed up via WHMCS {/if} 0 Quote Link to comment Share on other sites More sharing options...
Klangaroo Posted November 17, 2008 Author Share Posted November 17, 2008 Try something like this.... {if $clientsdetails["YOURCUSTOMFIELD"] eq "1"} You signed up via the custom front end! {else} You signed up via WHMCS {/if} can you put that syntax in the email templates? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.