cowboycodr / BlueQ

Vertically integrated marketing/newsletter/blog email software. Manages the collection, crafting, and sending of emails.
https://blueq.app
GNU General Public License v3.0
0 stars 0 forks source link

Use react-email to craft emails #48

Closed cowboycodr closed 6 months ago

cowboycodr commented 6 months ago

Seems like svelte-email is not maintained, and does not provide all of the features that BlueQ needs. Fortunately, with some configuration, we can get react-email to work. The only downside is that we have to use JSX to craft emails. Which does seem likes a small price to pay considering all of the benefits.

I will look more into this. In the meantime the thread below consists of all the information I currently know about: https://github.com/carstenlebek/svelte-email/issues/25#issuecomment-2037908049

cowboycodr commented 6 months ago

Decided to go a different direction. Explained in #58.