An open API service indexing awesome lists of open source software.

https://github.com/flolu/angular-render-emails

Rendering Emails with Angular and Sending Them
https://github.com/flolu/angular-render-emails

angular bazel emails nodejs server-side-rendering typescript

Last synced: 3 months ago
JSON representation

Rendering Emails with Angular and Sending Them

Awesome Lists containing this project

README

        

# Requirements

- Linux
- Yarn
- Docker Compose
- Kubectl

# Commands

**Setup**

- Just run: `yarn`
- Then build the project once: `yarn build:dev`
- Then configure secrets in `libs/config/secrets`

**Send Email**

- Start client: `yarn client:ssr`
- Start server: `yarn server`
- Open http://localhost:3000/welcome?name=Someone&[email protected]

# Sent Welcome EMail

http://localhost:3000/welcome?name=Flo&[email protected]

![](./github/welcome-email.png)

# TODO

- make custom fonts work
- make k8s deployment work