Reply To: Emailing error

#746
wayne27
Participant

Thanks for your help on this… as below

———————————————-

export.spreadsheet = xls
export.wordprocessor = doc

export.pdf.defaultfontsize = 12
export.pdf.papersize = Letter
export.pdf.leftmargin = 15
export.pdf.rightmargin = 15
export.pdf.topmargin = 15
export.pdf.bottommargin = 15

version.name = 2019.1.1
version.update_date = 20190718

local.locale = en_US
local.precision = 2

email.host = localhost
email.smtp_auth = false
email.username =
email.password =
email.smtpport = 25
email.secure =
email.ack = false
email.use_local_sendmail = false

encryption.default.key = this_is_the_encryption_key_change_it
nonce.key = this_should_be_random_and_secret_so_change_it
nonce.timelimit = 3600

debug.level = All
debug.error_reporting = E_ERROR

phpSettings.date.timezone = America/Vancouver
phpSettings.display_startup_errors = 1
phpSettings.display_errors = 1
phpSettings.log_errors = 1
phpSettings.error_log = tmp/log/php.log