We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af82e9a + 1644a6f commit 98f8a57Copy full SHA for 98f8a57
src/Mailer/Message.php
@@ -358,7 +358,7 @@ protected function createHeader()
358
}
359
$this->header['Subject'] = $subject;
360
361
- $this->header['Message-ID'] = '<' . md5(uniqid()) . '@' . $this->fromEmail . '>';
+ $this->header['Message-ID'] = '<' . md5(uniqid()) . $this->fromEmail . '>';
362
$this->header['X-Priority'] = '3';
363
$this->header['X-Mailer'] = 'Mailer (https://github.com/txthinking/Mailer)';
364
$this->header['MIME-Version'] = '1.0';
0 commit comments