Skip to content

Commit 671e710

Browse files
committed
update testBuildMail with broken te
apparently email containing \n\n in body makes Zend\Mail crash with exception: 'Malformed header detected'
1 parent 733474e commit 671e710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/Mail/MimeDecodeTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function testBuildMail()
148148
$to = '';
149149
$cc = '';
150150
$subject = 'söme messidž';
151-
$body = 'bödi tekst';
151+
$body = "Hello, bödi tekst\n\nBye\n";
152152
$in_reply_to = '';
153153
$iaf_ids = [];
154154

0 commit comments

Comments
 (0)