Files
oc-server3/htdocs/util/notification/settings-dist.inc.php
T

14 lines
274 B
PHP

<?php
// Unicode Reminder メモ
$mailfrom = 'noreply@opencaching.de';
$mailsubject = '[opencaching.de] Neuer Cache: {cachename}';
$debug = false;
$debug_mailto = 'abc@xyz.de';
$nologs = 'Keine neuen Logeinträge';
$notifypid = $rootpath . 'cache/notify.pid';
?>