Skip to content

Include email text version #198

Description

@moshfeu

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

await sgMail.send({
to,
subject,
html: content,
from: Config.email.FROM,
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions