; // [mailcloak_client]
; //
; // version 1.25
; // This is the Mailcloak client-side configuration file


; // Copy your public key from the "Client Setup" box
; // on the key generation page and record it here:

pubkey = "2302108749523927+5";


; // Skin (cascading stylesheet)
; //
; // Sets the color scheme and style for client-side pages.
; // Must be the name of a file in the mailcloak/skins folder (without extension).
; // Also sets the default stylesheet for the contact form in case one
; // is not specified using the skin= parameter in the mail link href.
; //
; // Choices: default or custom stylesheet name

skin = "default";


; // Location of custom skin files (cascading stylesheets) on website
; //

skin_path = "";

