Updates now that we have updated our_address() to differentiate public/mailer advertised addresses with all our addresses
This commit is contained in:
@@ -155,7 +155,7 @@ function our_address(Domain|Address $o=NULL,bool $public=TRUE): Collection|Addre
|
||||
|
||||
function our_hostname(Address $o): string
|
||||
{
|
||||
$our = our_address($o->domain)->first();
|
||||
$our = our_address($o->domain,FALSE)->first();
|
||||
$ourhostname = $our->system->address;
|
||||
|
||||
switch ($our->role_id) {
|
||||
|
Reference in New Issue
Block a user