Add check that re-engagement link is not missing
[MAILPOET-3764]
This commit is contained in:
@@ -500,4 +500,9 @@ class NewsletterEntity {
|
||||
|
||||
return $processedAt;
|
||||
}
|
||||
|
||||
public function getContent(): string {
|
||||
$content = $this->getBody()['content'] ?? '';
|
||||
return json_encode($content) ?: '';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user