Us our const as our product name presented to remote mailers

This commit is contained in:
2024-10-29 21:41:29 +11:00
parent 28b48e5bef
commit d792bf8fe3
2 changed files with 3 additions and 3 deletions

View File

@@ -207,7 +207,7 @@ final class EMSI extends BaseProtocol implements CRCInterface,ZmodemInterface
// Mailer Details
$makedata .= sprintf('{%s}{%s}{%s}{%s}',
Setup::product_id(),
config('app.name'),
Setup::PRODUCT_NAME_SHORT,
$this->setup->version,
'#000000' // Serial Numbers
);