Closed Fl0Cri closed 7 years ago
Updated to this and it works
Mail::rawTo($subscriber, [
'html' => $html,
'text' => $text
], function($message) use ($campaign) {
$message->subject($campaign->subject);
});
Fixed in v1.1.26+
The error below occurs when trying to send a test mail or when the cron tries to send a campaign. I am using CampaignManager 1.1.25 on October 424. It is working on an other site with CampaignManager 1.1.23 and October419
I could solve the problem by replacing the following in
/plugins/responsiv/campaign/classes/CampaignManager.php
line117
:by what it was in v1.1.23