Updates to Message, Remove updated_at/mid from echomails/netmails, not used
This commit is contained in:
@@ -173,7 +173,7 @@ trait MessageAttributes
|
||||
public function rebuildMessage(): string
|
||||
{
|
||||
// If we have a msg_src attribute, we'll use that
|
||||
$result = $this->msg."\r";
|
||||
$result = $this->msg."\r\r";
|
||||
|
||||
if ($x=$this->tagline)
|
||||
$result .= sprintf("%s\r",$x);
|
||||
|
Reference in New Issue
Block a user