Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How could i send mail to Specified email address in html?
Posted
Updated 3-Sep-14 2:03am
v2

1 solution

1. You can create a mailto link written like regular link with extra parameters inside the href attribute:

XML
<a href="mailto:name@email.com">Link text</a>


2. You can send email from a form like this: Send e-mail from a form - W3Schools[^]

3. Last but not least you can use different scripts like PHP according to the possiblities of the HTML server.
 
Share this answer
 
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900