Welcome mail different for levels
-
Hi… what should i insert in the php of the welcome mail so to write different text for the different level of users?
With custom cap has_access… wont work because as I have many different levels (9 levels in total)… so i need something like
<?php if($user->role[0]="s2member_level1") { ?> texto for level 1 users <?php } else f($user->role[0]="s2member_level2") { ?> Text for level 2 users ?> etc..
But this code isnt working… what could i add to thie new user mail?
Thanks
- The topic ‘Welcome mail different for levels’ is closed to new replies.