Y
Hacker News
new
|
ask
|
show
|
jobs
by
saulpw
186 days ago
How do you send an email from your static page?
2 comments
jayknight
186 days ago
<form action="mailto:contact@example.com">...
link
cadamsdotcom
186 days ago
With a mailto: link.
link
e12e
186 days ago
Ironically that would probably work on phones, where most people probably have an app for email (Gmail, Apple Mail) - but not so much on computers, where many just use webmail rather than an email application?
link
Fire-Dragon-DoL
186 days ago
That comes attached with a lot of spam though
link