t-r.de/config.example.ini
2025-06-10 20:10:29 +02:00

21 lines
439 B
INI

;<?php die(); ?>
[general]
; do not close with '/''
site_url = https://www.example.com
notificationAddress = mail@example.com
; string that will be concatenated with email address to create a non-recreatable md5 hash
uniqueKey = "some string"
statusCode = "HTTP/1.1 303 See Other"
[smtp]
host = mail.example.com
port = 587
username = smtp_user
password = secretpassword
auth = TRUE
[db]
type = sqlite
sqlite_file = newsletter.sqlite