carstenlebek / svelte-email

Write and send emails with Svelte ✉️🚀
https://svelte-email.vercel.app
MIT License
458 stars 36 forks source link

Website info for nodemailer usage outdated #5

Open jramiroz98 opened 1 year ago

jramiroz98 commented 1 year ago

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 commented 1 year ago

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

enisbudancamanak commented 1 year ago

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