Use only JavaScript to send email
Want to send an email in your static website without any server languages support? Seems impossible. But now you can do that using only JavaScript. Wonderful? I will show you how to do that. Tools we need Mandrill: they provide the mail service that you can call using javascript; website: the website you want to do thi...