How to set background image

Dear Friends

I want to, set the background of mail as image/colorful using scripting.
I try by send mail command but it is not working.Please give me suggestion on this.

Sending "background images" in mail requires two parts: (1) a MIME message that contains an HTML file and (2) an attachment to that message that contains the image. This really isn't a scripting question until you can do it once. The mailing program "pine" might be able to send such a message, and tools such as perl, python, and php all have libraries which allow you to send MIME messages.