-
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
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
find-a-mentor-api/src/modules/email/email.service.ts
Lines 52 to 57 in 51c5b0d
| await sgMail.send({ | |
| to, | |
| subject, | |
| html: content, | |
| from: Config.email.FROM, | |
| }); |
Metadata
Metadata
Assignees
Labels
No labels