This is my mail template:
$body='<!doctype html><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Simple Transactional Email</title>'; $body.='<p>Solicitor’s Certificates - Tips & Traps</p>';$body.='</head></html>';
I sent this email using PHP mail library.The mail body Solicitor’s Certificates - Tips & Traps
appears correctly on each browsers and most of email clients. But dose not in Microsoft Outlook.In outlook it shows as Solicitor’s Certificates - Tips & Traps
.Is there a way to resolve this, I tried most of the ways that mentions in the internet. But they haven't resolve this issue.