a rewrite of our emails in react-email in proper HTML format, styled and with our tailwind styles (copied over for now).
Unfortunately, the HTML output cannot be used with Airtable right now, so this is for future use.
The .env is fine and actually helpful to be pushed as long as it does not include any secrets.
Note that the .env has to be moved to the .react-email folder to work as described in the README.md.
Beyond that, we now have a noreply@kitplatz-zentrale.de email from which we send the email (incl. proper "reply-to" header). This is currently send over hannogrimm@gmail.com via Airtable and that should be changed asap.
This branch includes:
react-email
in proper HTML format, styled and with our tailwind styles (copied over for now).Unfortunately, the HTML output cannot be used with Airtable right now, so this is for future use. The
.env
is fine and actually helpful to be pushed as long as it does not include any secrets. Note that the .env has to be moved to the.react-email
folder to work as described in the README.md.Beyond that, we now have a
noreply@kitplatz-zentrale.de
email from which we send the email (incl. proper "reply-to" header). This is currently send over hannogrimm@gmail.com via Airtable and that should be changed asap.