How do I turn my email address into an image?

  • Thread starter Thread starter inna valler
  • Start date Start date
  • Tags Tags
    Email Image
AI Thread Summary
Listing an email address in plain text on a website can lead to increased spam, as bots easily harvest these addresses. To mitigate this, converting the email address into an image is a common solution. This can be done by using the Print Screen function to capture the email displayed on the screen, then pasting it into an image editing program like MSPaint, cropping it, and saving it in a smaller file format like .JPG or .GIF, avoiding larger .BMP files. An alternative method is to directly type the email address in an image editing tool and save it. Other obfuscation techniques, such as using ASCII codes or JavaScript, exist but their effectiveness against spam bots is uncertain. However, if the email address has already been exposed, changing it to an image may not significantly reduce spam, as it may already be in spam databases.
inna valler
Messages
2
Reaction score
0
I started to receive a lot of spam recently from my computer site and a friend suggested me that is because I have my email address listed in plain text on my contact page, and that I should turn it into an image instead. How do I turn my email address into an image?
 
Computer science news on Phys.org


A common trick that people use is to put something like NO.SPAM.name@address.com so that the bots pick up an incorrect address and humans generally know what to do with it.
 


someone suggested me a better way, I placed a contact form from www.contactmeform.com[/URL] instead it was completely free.
 
Last edited by a moderator:


inna valler said:
I started to receive a lot of spam recently from my computer site and a friend suggested me that is because I have my email address listed in plain text on my contact page, and that I should turn it into an image instead. How do I turn my email address into an image?

The simplest thing would be to use the Print Screen button while you have your address displayed. That will put it in your clipboard so that you can paste it into MSPaint or something like that. Crop the image to size and save it. The default .bmp type file in Microsoft Paint are larger than .gif or .jpg files so, I would save it as one of those instead.
 


Borg said:
The simplest thing would be to use the Print Screen button while you have your address displayed. That will put it in your clipboard so that you can paste it into MSPaint or something like that. Crop the image to size and save it. The default .bmp type file in Microsoft Paint are larger than .gif or .jpg files so, I would save it as one of those instead.

The even simpler way of doing it is to type your e-mail address in Paint (using the text tool), crop as you see fit, and then save it with whatever image extension you'd prefer (.JPG, .GIF, stay away from .BMP because it produces large file sizes)

There are also obfuscatory methods that 'hides' the plain text behind ASCII codes and Javascript, but I don't know their efficacy, or whether Spammers have figured out ways around that (Google for e-mail obfuscator). For instance:
http://www.albionresearch.com/misc/obfuscator.php
 


MATLABdude said:
The even simpler way of doing it is to type your e-mail address in Paint (using the text tool), crop as you see fit, and then save it with whatever image extension you'd prefer (.JPG, .GIF, stay away from .BMP because it produces large file sizes)

Yes, that's simpler. I forgot that you could type in there. :smile:
Definitely stay away from .bmp.
 
inna valler said:
I started to receive a lot of spam recently from my computer site and a friend suggested me that is because I have my email address listed in plain text on my contact page, and that I should turn it into an image instead. How do I turn my email address into an image?

Milk has already been spilled - at this point your address is obviously already listed in spammers email databases so changing it to picture won't help much.
 
Back
Top