You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When i use $mail->getTextBody(), i have 4 times the content :
if in my mail i have just hello There\n i the function will return hello There\nhello There\nhello There\nhello There\n
To Reproduce
Steps to reproduce the behavior:
Fetch your mails
Create a variable with getTextBody like $body = $mail->getTextBody()
Dump your variable
See that your content is duplicated
Expected behavior
Content not duplicated when using the function
Screenshots
There is my mail (when i go to the webmail) :
And this is the dump of $mail->getTextBody() :
Desktop / Server (please complete the following information):
OS: Windows11
PHP: 8.1.10
Version 6.1.0
Additional context
When I was using v4.12 I didn't have this problem
The text was updated successfully, but these errors were encountered:
Describe the bug
When i use
$mail->getTextBody()
, i have 4 times the content :if in my mail i have just
hello There\n
i the function will returnhello There\nhello There\nhello There\nhello There\n
To Reproduce
Steps to reproduce the behavior:
getTextBody
like$body = $mail->getTextBody()
Expected behavior
Content not duplicated when using the function
Screenshots

There is my mail (when i go to the webmail) :
And this is the dump of
$mail->getTextBody()
:Desktop / Server (please complete the following information):
Additional context
When I was using v4.12 I didn't have this problem
The text was updated successfully, but these errors were encountered: