Can i have any plugin or some script to send email from html webpage?
I dont want email to be sent using outlook configuration or something.
I need to send email from Contact Me page of my website. Rest whole website is static i dnt want to use server just for contact me webpage
So i cant use the following code
<p>
This is an email link:
<a href="mailto:someone@example.com?Subject=Hello%20again" target="_top">
Send Mail</a>
</p>