Separatly handle areafix/filefix
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 30s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 1m30s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s

This commit is contained in:
2024-11-01 12:35:36 +11:00
parent 2598203edb
commit 1002309614
4 changed files with 33 additions and 14 deletions

View File

@@ -44,10 +44,10 @@ class NotConfiguredHere extends Netmails
$o->to = $this->mo->from;
$o->replyid = $this->mo->msgid;
$o->subject = 'Areafix - Not Configured Here';
$o->subject = '*fix - Not Configured Here';
// Message
$msg = $this->page(FALSE,'Areafix');
$msg = $this->page(FALSE,$this->mo->to);
$msg->addText("Your areafix request has been received, but unfortunately you are not configured here.\r\r");
$msg->addText(sprintf("If you want to receive mail from this system, please register/link your BBS via the web UI. Head over to %s. Feel free to netmail if you need help.\r\r",config('app.url')));