Currently we send only html version so it's hard to read it in plain text clients. The easy fix it to stripe the html tags and pass it as `text` prop to SendGrid API https://github.com/Coding-Coach/find-a-mentor-api/blob/51c5b0d9e887861c9635c087e7dac0887d966f12/src/modules/email/email.service.ts#L52-L57
Currently we send only html version so it's hard to read it in plain text clients.
The easy fix it to stripe the html tags and pass it as
textprop to SendGrid APIfind-a-mentor-api/src/modules/email/email.service.ts
Lines 52 to 57 in 51c5b0d