Email is coming to mail without HTML format
- October 27, 2016
- 5 replies
- 3165 views
Dear All,
I have written one email functionality in AEM.
For this I have setup one custom scheduler and it will check if somebody used the japan page then it will send to me mail.
I have created my email template under /etc/notification/email/html/testapp/notifications/page_access.txt
Below is the content of page_access.txt.
I am successfully getting mail but Issue is that I am not getting mail in HTML format. Whatever in page_access.txt is there same thing I am getting in email ,as shown in below screenshot.
My email content should be look like below.
Issue - Whenever I am getting mail my all HTML format is lost and I am getting same contents which are in the page_access.txt
Thanks,
Sunita
**********************************CONTENT OF page_access.txt *************************************
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
</head>
<body>
<pre style="white-space:normal;">
<table width="100%" border="0" cellpadding="0" cellspacing="0" align="center">
<tbody>
<tr>
<td align="center" valign="top">
<table width="600" border="0" cellpadding="0" cellspacing="0" align="center" style="border:1px solid #000000">
<tbody>
<tr><td align="left" valign="top"></td></tr>
<tr>
<td align="left" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td width="20" valign="top" align="left"></td>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td height="10" valign="top" align="center"></td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" align="left">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top" style="font-family:Arial, sans-serif;font-size:14px;color:#000000;line-height:1;">Dear Content Approver,</td>
</tr>
<tr><td height="25" align="left" valign="top"></td></tr>
<tr>
<td align="left" valign="top" style="font-family:Arial, sans-serif;font-size:14px;color:#000000;line-height:1.5;">
This is a notification email to inform you that below page has been changed.
</td>
</tr>
<br/><br/>
<tr><td>
<b><ul><li>
<a href='http://localhost:4502/content/geometrixx/ja/events.html'>test</a>
</li></ul></b>
</td></tr>
<tr><td height="20" align="left" valign="top"></td></tr>
<tr>
<td align="left" valign="top" style="font-family:Arial, sans-serif;font-size:14px;color:#000000;line-height:1;">Best Regards,</td>
</tr>
<tr><td height="20" align="left" valign="top"></td></tr>
<tr>
<td align="left" valign="top" style="font-family:Arial, sans-serif;font-size:14px;color:#000000;line-height:1.5;">Sunita
</tr>
</table>
</td>
<td width="80" valign="top" align="left"></td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td width="20" valign="top" align="left"></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr><td height="20" align="left" valign="top"></td></tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</pre>
</body>
</html>