fix for the new send interface

This commit is contained in:
Ulf Gebhardt 2019-04-13 18:34:40 +02:00
parent 7e6e19ce3f
commit aeb8dda647
No known key found for this signature in database
GPG Key ID: 44C888923CC8E7F3

View File

@ -154,7 +154,7 @@ class mailcannon {
$text = @preg_replace($preg_search, $preg_replace, $text);
$html = @preg_replace($preg_search, $preg_replace, $html);
self::send($smtp,$from,$to,$subject,$text,$html,$images,$attachments);
self::send($smtp,$from,$to,$from,$subject,$text,$html,$images,$attachments);
$count += 1;
sleep($delay);
}