We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the last section on the readme says i could pass templateId
templateId
which refers to the sendgrid templateId
but does not work in the code?
i.e i wan to do something like this.
transport.sendMail({ templateId, // does not work });
The text was updated successfully, but these errors were encountered:
@montera82 any solution you found for this?
Sorry, something went wrong.
A bit late with this probably but you require to do templateId: 'IDHERE', The ID should start with "d-"
templateId: 'IDHERE',
No branches or pull requests
the last section on the readme says i could pass
templateId
which refers to the sendgrid templateId
but does not work in the code?
i.e i wan to do something like this.
The text was updated successfully, but these errors were encountered: