# ******************** TReK email and texting configuration ********************
# Record messages in a log file.
log_messages_in_file false
log_debug_messages false
log_file_path
log_file_name
# Configure curl to generate debug messages.
curl_debug_messages false
# Configure curl to verify Certificate Authorities (CA).
# Curl's CA file name is "curl-ca-bundle.crt".
# The default location for the CA file is the "cert" folder found in the TReK install directory.
# Alternatively, the CA file may be identified by a user provided path and filename.
verify_cert_authorities true
ca_path_and_filename
# Email SMTP server address.
# NOTE: TReK email support is only validated with Gmail.
smtp_server_address smtp.gmail.com
# Email account information.
# Example:
# email_account_username mrsock@gmail.com
# email_account_password liveandprosper
# from_email_address mrsock@gmail.com
# from_email_name Mr. Sock
email_account_username
email_account_password
from_email_address
from_email_name
# Texting information.
# Includes a cell phone number and cell phone carrier ( e.g., ALLTELL, AT&T, BOOST_MOBILE,
# CRICKET_WIRELESS, PROJECT_FI, SPRINT, T-MOBILE, US_CELLULAR, VERIZON, VIRGIN_MOBILE or REPUBLIC_WIRELESS)
# or cell phone carrier gateway domain (e.g.,tmomail.net, mms.att.net, sms.cricketwireless.net ...)
# Provide a group name to support texting to a specific group of recipients. A cell phone number may be
# associated with multiple groups or no group.
# text_cell_phone_number <"text cell phone number"> text_cell_phone_carrier <"text cell phone carrier"> group_name <"group name">
# Examples:
# text_cell_phone_number "123-456-7890" text_cell_phone_carrier "AT&T" group_name "emergency"
# text_cell_phone_number "2345678901" text_cell_phone_carrier "tmomail.net" group_name ""
# Email send to information.
# Provide a group name to support emails to a specific group of recipients.
# An email address may be associated with multiple groups or no group.
# to_email_address <"to email address"> to_email_name <"to email name"> group_name <"group name">
# Example:
# to_email_address "captkirt@nasa.gov" to_email_name "Capt. Kirt" group_name "emergency"
# Email courtesy copy information.
# Provide a group name to support email courtesy copies to a specific group of recipients.
# An email cc address may be associated with multiple groups or no group.
# cc_email_address <"cc email address"> cc_email_name <"cc email name"> group_name <"group name">
# Example:
# cc_email_address "drmccroy@nasa.gov" cc_email_name "Dr. McCroy" group_name ""
# Use an email file, email message or texting, "dropbox" primitive to configure a TReK dropbox to either email
# a file as an email attachment to recipient(s) or open a file and email or text the file's content to recipient(s).
# dropbox <email_file,email_message,texting> <"dropbox path"> <"group_name, email address or cell phone number"> <"successful trans path">
# Example:
# dropbox email_file "/home/username/email_file_dropbox" "captkirt@nasa.gov" "/home/username/email_file_success"
# dropbox email_message "/home/username/email_message_dropbox" "emergency" ""
# dropbox texting "/home/username/texting_dropbox" "123-456-7890" ""