Change wording of forwarding netmail, no functional changes
This commit is contained in:
parent
a6e911fb48
commit
eb61c5ea6e
@ -58,7 +58,7 @@ class NetmailForward extends Netmails
|
||||
$this->mo->to,
|
||||
$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->set_tagline = 'Thank you so much for your mail. I love it already.';
|
||||
|
Loading…
Reference in New Issue
Block a user