I've been having this ongoing argument about how to send email from a client side web app. I've always said that mailto is not likely to work, at least not for many people, because it requires a client application like Outlook and these days people tend to use web based email (you can use it with GMail in Chrome, but only if you set it up, and presumably most people don't), and the right answer is to post to PHP/ASP/Perl/Whatever on a webserver.
What say you? Would you ever use a mailto link on a website?
What say you? Would you ever use a mailto link on a website?
Comment