svelte-email icon indicating copy to clipboard operation
svelte-email copied to clipboard

Write and send emails with Svelte ✉️🚀

Results 22 svelte-email issues
Sort by recently updated
recently updated
newest added

When I use the render function I get the following error: ![image](https://github.com/carstenlebek/svelte-email/assets/141642440/f18f6016-9461-4d45-99a9-2b17473bbf65) In render.js an (other) render function is called which doesn't exist (or isn't imported). Does anyone has the...

Correctly addresses this project as Svelte Email instead of React Email

When I use a ``, a white background is generated in the source code `` and I have to use **!important** property :( ``` import {Container} from 'svelte-email'; const container...

Putting a text longer than 150 chars in the Preview component (which is not recommended) results in a `RangeError: Invalid count value`. The error could be more descriptive in the...

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 =...

Currently I use an url that is pointing to my image. But I can't figure out how to include a static image. Would really appreciate if anyone could provide an...

```bash Error: Component.render(...) is no longer valid in Svelte 5. See https://svelte-5-preview.vercel.app/docs/breaking-changes#components-are-no-longer-classes for more information at Invite.render (/workspace/Test/src/lib/emails/invite.svelte:142:8) at Module.render (/workspace/Test/node_modules/.pnpm/[email protected]/node_modules/svelte-email/render.js:6:14) at GET (/workspace/Test/src/routes/api/auth/organization/invite/+server.ts:27:25) at Module.render_endpoint (/workspace/Test/node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]/node_modules/@sveltejs/kit/src/runtime/server/endpoint.js:43:24) at resolve (/workspace/Test/node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]/node_modules/@sveltejs/kit/src/runtime/server/respond.js:443:23)...

[vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte. [email protected] Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details.

I just upgraded to the latest version of NODE and Sveltekit. Now - I have a warning. Not critical though, but something to fix sooner rather than later. Thanks here...