Web Hosting Talk







View Full Version : how to transform an email into an image?


bambinou
12-10-2009, 03:43 PM
Hi All,

I do not know the technical word for this,therefore I am unable to look for whatever script I need on google.

All I want is a script that change my customer emails into an image to stop the email seekers. If you know a site where I could get the script or just the technical word that explain this application, you are welcome

Thanks guys,


BamBam

mattle
12-10-2009, 05:34 PM
Are the emails strictly text, or HTML formatted as well?

If it's just text, you could look at GD (http://www.libgd.org/Main_Page) for creating images on the fly. If they're HTML, I'd probably use something like ImageMagick (http://www.imagemagick.org/script/index.php) to do the conversion.

Of course, if you want to support converting attachments, then you complicate this process quite a bit.

bambinou
12-10-2009, 06:00 PM
Thanks Mattle I was looking for that!

Regards,


BamBam