I’m utilizing Drupal Developer Swift mailer module to ship HTML emails. My precise physique in hook_mail_alter()
is Drupal Developer following.
<p><em><robust>New Enquiry Seem </robust></em></p> <desk border="1" cellpadding="1" cellspacing="1" peak="77" width="467"> <tbody> <tr> <td fashion="width: 228px;">お名前</td> <td fashion="width: 258px;">@identify</td> </tr> <tr> <td fashion="width: 228px;"> メールアドレス</td> <td fashion="width: 258px;">@electronic mail</td> </tr> <tr> <td fashion="width: 228px;"> 電話番号</td> <td fashion="width: 258px;">@cellular</td> </tr> <tr> <td fashion="width: 228px;">題名</td> <td fashion="width: 258px;">@title</td> </tr> <tr> <td fashion="width: 228px;">メッセージ本文</td> <td fashion="width: 258px;">@message</td> </tr> </tbody> </desk> <p> </p>
Drupal Developer precise output is one thing like Drupal Developer following.
/*New Enquiry Seem */ お名前 amol メールアドレス testl@gmail.com 電話番号 99888776655 題名 challawar Html tag are usually not transformed in Daring and Italic. メッセージ本文 sssssssssssssssss
I need my output to be properly formatted as per my HTML markup. (Few HTML tags like <br />
, <robust>
, and <desk>
are usually not working in Drupal Developer above instance.)