Change wording of forwarding netmail, no functional changes

This commit is contained in:
Deon George 2024-10-22 15:29:41 +11:00
parent a6e911fb48
commit eb61c5ea6e

View File

@ -58,7 +58,7 @@ class NetmailForward extends Netmails
$this->mo->to, $this->mo->to,
$this->ao->ftn3d, $this->ao->ftn3d,
)); ));
$msg->addText(sprintf("To avoid receiving this netmail, send messages to [%s] to [%s].\r\r",$this->mo->to,$this->ao->ftn3d)); $msg->addText(sprintf("To avoid receiving this netmail, you can send messages directly to [%s] at [%s].\r\r",$this->mo->to,$this->ao->ftn3d));
$o->msg = $msg->render(); $o->msg = $msg->render();
$o->set_tagline = 'Thank you so much for your mail. I love it already.'; $o->set_tagline = 'Thank you so much for your mail. I love it already.';