thalassa/examples/Common/en/feedback.ini
2026-03-19 06:23:52 +05:00

53 lines
1.7 KiB
INI

# In this file, you can configure how the contact form
# behaves on your site, primarily the list of feedback
# categories and the email addresses for each of the
# category.
# Please note if you need to change the text displayed
# right before the form (on the /thalcgi.cgi/contact
# page), it is done by editing the cgitexts.ini file.
[feedback]
# Enumerate "categories" for the feedback,
# using a distinct itentifier for each of them.
# Please note you need at least one of them.
# For every category, set below their brief
# explanations and the email addresses where to
# send the feedback to.
#
categories = sales support law site private general
# fill in a "visible" (but nonetheless short) explanation
# for each of the categories
#
cattitle:sales = Sales-related questions
cattitle:support = Technical support for our consumers
cattitle:law = Official enquiries and other messages to our lawyers
cattitle:site = Notification of a typo or other error on the site
cattitle:private = Private message to the company's CEO
cattitle:general = Messages that don't fit for other categories
# If you want one of the categories to be preselected by default,
# uncomment this and replace the word "site" with the appropriate
# (desired) identifier
#
#selected:site = yes
# set email addresses for each of the categories
#
email:sales = sales@example.com
email:support = support@example.com
email:law = attorneys@example.com
email:site = webmaster@example.com
email:private = george_smith@example.com
email:general = info@example.com
# If desired, you can set the "last resort" email
# here. If you do, some (or even all) of the specific
# "email:whatever" parameters above may be omitted.
#
#email = general_questions@example.com