This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
filespread/filespread.ini
Marcel Kapfer (mmk2410) a3c02b057d Mails send separatly. Input text used.
Res T123,T124
2016-11-20 08:47:12 +01:00

15 lines
No EOL
413 B
INI

; This is the config file for filespread
; Modify the values to your needs before running filespread
[filespread]
; Set your timezone (https://secure.php.net/manual/en/timezones.php)
timezone = "UTC"
[user]
; email address which is given as a sender address
email = "example@example.com"
; name which is given as a sender name
name = "John"
; reply address
; if not set, the values above will be used
reply = ""