This commit is contained in:
Yuri Kuznetsov
2025-06-25 10:42:31 +03:00
parent bedf805456
commit 09b94de327
12 changed files with 84 additions and 35 deletions
@@ -41,4 +41,9 @@ class ConfigDataProvider
{
return $this->config->get('outboundEmailFromAddress');
}
public function isOutboundEmailShared(): bool
{
return (bool) $this->config->get('outboundEmailIsShared');
}
}