# I'm sure someone somewhere will post this as CGI # Create an image of your email address echo \ | pbmtext | pnmcrop | pnmpad -white -r2 -l2 > email.pnm pnmtopng -interlace -transparent =white email.pnm > email.png # HTML snippet using email.png # Throw in link so visitors can click on the link # Use user+TAG@domain.com trick to sort mail out me+WWW@example.com