while sending email i am using emailformat='both'
but i am sending email without using template.
$Email->reset();
$Email->emailFormat('both');
$Email->to($to);
$Email->send($body);
in original email i am not getting the plain text :-
--alt-82207de3b13b81a697e6c7c6db145af2
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
<div>​<br>Hi<br><br>Soon you will reach the action limit. To keep yourself updated please pay the payment.<br><br> Happy to have you<br><br>Thanks,<br>Kioui Apps Team<br>​</div>
--alt-82207de3b13b81a697e6c7c6db145af2
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit
<div>​<br>Hi<br><br>Soon you will reach the action limit. To keep yourself updated please pay the payment.<br><br> Happy to have you<br><br>Thanks,<br>Kioui Apps Team<br>​</div>