e -mail e botão de bootstrap
$(document).ready(function() {
$('#mailbutton').click(function(event) {
window.location = "mailto:[email protected]";
});
});
Outstanding Opossum