help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Snippet for website inquiries by using one click on the email address


From: Jean Louis
Subject: Snippet for website inquiries by using one click on the email address
Date: Sun, 14 Feb 2021 13:38:00 +0300
User-agent: Mutt/2.0 (3d08634) (2020-11-07)

When you show a picture on a website, it is still a picture and not an
interactive form with user where user can click on the email address
and invoke the mail client to contact you.

You do that probably to avoid spam, but whoever contacts you and know
your email address may anyway have viruses or may sign up onto spammy
websites such as LinkedIn or others and provide all their contacts to
third party. Third party can sell email addresses to other companies,
or crackers can steal databases.

Thus with the email address as image you avoid nothing as
webmaster. It is better if you let people contact you straight by
clicking on the email address.

To avoid spam you may assign email addresses such as being 1, 2 or 3
etc.

1. In January is welcome1@example.com

2. In May, maybe it becomes welcome2@example.com, disable
   welcome1@example.com when you start receiving some considerable
   spam.
   
3. Continue by this pattern

For HTML you do as this:

For any inquiries simply 
<a 
href="mailto:welcome1@example.com?subject=Inquiry&nbsp;from&nbsp;website&amp;body=Hello,%0D%0A%0D%0Athis&nbsp;is&nbsp;my&nbsp;inquiry&nbsp;from&nbsp;https://www.example.com&nbsp;and&nbsp;here&nbsp;is&nbsp;my&nbsp;message:%0D%0A%0D%0A%0D%0A";
 title="welcome1@example.com">send email</a> to us.

Such email address is then specific for website inquiries only. People
do many things to avoid spam and thus also avoid customers. Allow
customers to contact you by one click and swallow some possible
spam. When you see too many spam, just update the website with new
email address such as welcome2@example.com and disable the other one
as it was dedicated for website only.

Jean



reply via email to

[Prev in Thread] Current Thread [Next in Thread]