I am trying to fetch emails and echo them in laravel but some emails have some CSS contents in their HTML bodies, which spoils the appearance of my entire page.
I even tried to escape it like echo e($body);
But this does not solve the issue.
Got it. I had to customise emails fetched by me which I must not suppose to do so but any ways I got it working as exact as any mail server.