I see a lot of people mentioning their email address, on some sites, in this form: abc at somecompany dot com instead of abc@somecompany.com. Is there any specific reason for this? (Just curious)
Some people want immediate responses and hope responders will send replies via email. We typically discourage this since it doesn't help anyone else. We like a record so that others can benefit from the solution too.
Mani Ram
Ranch Hand
Joined: Mar 11, 2002
Posts: 1140
posted
0
From what I understand - the actual question was, why people write their email address as abc at somecompany dot com instead of abc@somecompany.com
I meant in general. Not specific to Javaranch or MD. Here's *just an example*: JBoss Forum
Here's the extract from that post:
Please send me your "Hello World" sfsb then. ben dot wang at jboss dot com. I will give it a try to see what is different.
Note the words marked in bold. I have observed this in many sites where people mention their email addresses in this format(i.e. using the word "at" instead of @ and "dot" instead of '.')
Not sure why [ July 14, 2006: Message edited by: jaikiran pai ]
From what I understand - the actual question was, why people write their email address as abc at somecompany dot com instead of abc@somecompany.com
You got it absolutely right
Jim Yingst
Wanderer
Sheriff
Joined: Jan 30, 2000
Posts: 18670
posted
0
It's nothing special about this site. Throughout the internet, many people avoid posting their email address publicly because that can make it more likely that you may receive spam from someone. Typically spammers use programs to find e-mail addresses autmatically, and abc@somecompany.com is easily recognizable as an e-mail address. By writing abc at somecompany dot com, it becomes harder for spammer to recognize the e-mail address programmatically - while most humans with any common sense can still figure out what the address really is.
Some people make an image of their email address and post it on websites. Thus the reader need not decode the 'dot', 'at', 'underbar' and spammers won't be able to read it. Makes more sense.
Uncommon sense would be IMG SRC="http://xxx.com/email.gif" alt="abc@companyname.com"> [ July 14, 2006: Message edited by: Chandra Prakash Baherwani ]