How do I customize the email sent out to my customers?

Quixly allows you to fully customize the email sent out to your customers when they make a purchase. This email can be plain text or HTML. Quixly has a couple of variables that you can use to pull customer specific information into the email. Example variable: %customer_name%
You can use these variables to include information about the customer's specific purchase. To do that, simply add any of the following variables to the email body text:

  • %customer_name%: This variable will be replaced with the name of the customer who made the purchase. Example: John Smith
  • %your_email%: This variable will be replaced with your email address, found in the "Account" tab and inside the "Account Details" section.
  • %orders%: This variable will be replaced by a new line for each item that was purchased. That line will contain the Filename and it's extension, the download URL, and the expiration time on a newline.
    When using the %orders% variable, each line will look like the following:

    FileName.ext: http://YOUR_ACCOUNT_NAME.qx.ly/DOWNLOAD_KEY
    This link will expire after EXPIRATION_TIME