how to make a button send an email html code example
Example 1: how to link a submit button to gmail
<form method="post" action="mailto:[email protected]" >
<input type="submit" value="Send Email" />
</form>
Example 2: how to add email send button in html and java
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td>
<table cellspacing="0" cellpadding="0">
<tr>
<td class=”button” bgcolor="#ED2939">
<a class=”link” href="https://www.copernica.com" target="_blank">
Click
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>