You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Open Setup → Email Template and click on the mail where you want to add the Auto Login Link.
At the WHMCS Mail Editor you can add &{$modautologin} to existing links or create a new link with &{$modautologin} at the end.

URL Examples:

  • {$whmcs_url}viewinvoice.php?id={$invoice_id}&{$modautologin}
  • https://your-whmcs.com/clientarea.php?{$modautologin}
  • {$ticket_link|strip_tags:false}&{$modautologin}


Note: Replace & with ? if there are no parameters before the Auto Login Link (like demonstrated in the examples above).


If you use a mail variable, which is already sent as a hyperlink by default, please add "|strip_tags:false" to the WHMCS mail variable. This will remove the HTML code.

Please take a look at the last example above.



  • No labels