Skip to content
New issue

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

Website info for nodemailer usage outdated #5

Open
jramiroz98 opened this issue Apr 21, 2023 · 2 comments
Open

Website info for nodemailer usage outdated #5

jramiroz98 opened this issue Apr 21, 2023 · 2 comments

Comments

@jramiroz98
Copy link

I found out the the website currently has the following displayed:

const emailHtml = render({ component: Hello, props: { name: 'Svelte' } });

Whereas it should be

const emailHtml = render({ template: Hello, props: { name: 'Svelte' } });

@rotimi-best
Copy link

rotimi-best commented Aug 21, 2023

I just experienced the same issue for SendGrid and came to see if anyone has created an issue.

@enisbudancamanak
Copy link

thank you so much for the "issue" guys. You saved me! :)'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants