Sending HTML hyperlinks to EmailJS API (and other possible alternatives)
My goal is to send an html fragment wrapped in a string in my react app, to emailjs, an email api that holds your template. my code const getMessage = () => { let base = "localhost:3000/approval/" let link =…