The reason I am creating this ticket is because, I am unable to push styles in my HTML emailer.
I was able to fix everything else with the help of waqar and some research of my own, but I need help in fixing the styles isssue.
According to my understanding the head of the emails is already sent by toolset when I add a new email notification and there is no way I can send the <style></style> in the header as I don't have access to it.
Due to this I am unable to make my code responsive on mobile device. My code works perfectly fine on large screen sizes but when it comes to mobile the email looks very small because there is no media query there. If i try to pass the style inside body, it gets stripped down.
Please help me add the styles inside the head so that my emailers can be responsive and my customers experience is good.
I am attaching screenshots of the mail on desktop and mobile for you to understand the situation better.