generate valid message id
This commit is contained in:
parent
73447af16f
commit
e536c7823a
@ -35,7 +35,7 @@ class mailcannon {
|
||||
'Subject' => $subject,
|
||||
// 'Reply-to' => $replyto, // this should reference a message id
|
||||
'Return-Path' => $from,
|
||||
'Message-ID' => self::generateMessageID(),
|
||||
'Message-ID' => self::generateMessageID().'_'.$from,
|
||||
'Date' => date('r', time())));
|
||||
|
||||
$recipients = array( 'To' => $to);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user