To download the addon, login to our client area at www.hardsoftcode.com/account and then do the following:
Installing the addon module is very simple. The following steps will guide you through the process:
AutoAuth is disabled by default so to enable it for your WHMCS install, you will need to add the following line to your WHMCS configuration.php file to define an AutoAuth key. The value just needs to be a random sequence of letters and numbers:
$autoauthkey = "abcXYZ123";
The module use 2 email templates and below the name of the 2 email templates
Profile Update Notification in general emails
Profile Information Updated in general emails
To edit an email template, go to Setup > Email Templates and click the edit icon next to the template you want to change.
You can also toggle plain text vs. HTML email sending on a per email basis from the editor page.
If a language you operate in is not available as standard, then you can create your own translation. Here's how:
$_ADDONLANG['addonname'] = "Addon Name";
Be careful not to delete any of the quotation marks (") around the text strings or the semi-colons on the ends of each line (;). Also should you want to use a quote character (") within your translated text, you must escape it - for example: \" The language files are written in PHP syntax so valid PHP code must be maintained.