23 October 2011

How to fix dkim = fail issue?

Few days ago, I had to implement DKIM (Domain Keys Identified Mail) on a web server for some project , where emails were sent using AWS EC2 ( For more info on AWS Click Here )

For this first of all i had created a simple compose mail form in html, i had made all the modifications required to send mails and now i was able to send mails, but there was just one problem, i was not getting (dkim=pass) in my mail headers, I tried everything, searched a lot on Google, but no use.

02 October 2011

A simple trick to display Indian Rupee Symbol on a WebPage

If you want to display Indian Rupee Symbol on a Web Page , then follow these simple steps

First of all add following lines in your head tag of HTML page

<script src="http://cdn.webrupee.com/js" type="text/javascript"></script>

<link rel="stylesheet" type="text/css" href="http://cdn.webrupee.com/font">
           
 Now just following line where ever you want to display it on your page in body tag

<span class = “WebRupee”> </span>