I’ve trying to send and inline-styled email, but the email content ends every time there is a semi-colon in the styling. Here is the code:
const customerEmailBody = `<div style="margin: 20px;color:#cccccc;">A team member will be in contact shortly to discuss your project.</div>`;
I’ve seen posts on the same issue but they are being closed without any solution provided!