# List of email address to which mail can be sent.
#
# Mail cannot be sent to any email address which is not on this list.
# If a single address is listed, it will be a hidden value on the
# form, otherwise, the user will be presented with a pulldown menu
# of aliases to which email can be sent.
# The addresses listed here are never visible via served web pages.
#
# Both the names and the addresses here can be (but don't have to be)
# translated. You might want to translate names for functional duties
# such as 'webmaster' or 'customer support'. You might want to put in
# translations for the email addresses when different people or teams
# would want to recieve the email in a different language.
$Aliases = [
'contact_administrator_name', 'contact_administrator_email',
#### The following aliases are commented out examples, remove the leading # sign to use them
## A simple example of mail sent to John Smith
'Tattoo Artist','user@example.com',
## Here both the name and the email are translated.
## Translations can be edited in the translations section.
#'contact_customer_support_name','contact_customer_support_email',
## Just the name is translated
#'contact_postmaster_name','postmaster@yoursite.tld',
## A mailing list with multiple addresses separated by commas
#'two people','webmaster@yoursite.tld,postmaster@yoursite.tld',
]; [edited by: coopster at 6:55 pm (utc) on Jan 4, 2013]
[edit reason] updated to example.com [/edit]