Hacker News new | ask | show | jobs
by saulpw 186 days ago
How do you send an email from your static page?
2 comments

<form action="mailto:contact@example.com">...
With a mailto: link.
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?
That comes attached with a lot of spam though