I have a page that needs to send emails from the client using javascript. Until recently, the following instruction worked for me:
<a href="mailto:***@gmail.com?subject=Asunto del mensaje&body=Hola Es un nuevo correo">Enviar<a/>
But now it does not respond and it does not give an error either.
I've tried using
window.URL.revokeObjectURL
and
window.URL.createObjectURL
But only opens the Outlook with the data sent but does not send it (I must press the option to send).