39 if ($modul ===
'dbxContact') {
40 if ($key ===
'mail_on_reply') {
41 return self::mailOnReply();
43 if ($key ===
'mail_admin_on_request') {
44 return self::mailAdminOnRequest();
46 if ($key ===
'mail_confirm_requester') {
47 return self::mailConfirmRequester();
51 $val =
dbx()->get_config($modul, $key);
52 if (self::isFlagEnabled($val,
false)) {
56 $mode = strtolower(trim((
string) $val));
57 return (
$mode ===
'both' ||
$mode ===
'mail' || strpos(
$mode,
'mail') !==
false);