mailer
mailer copied to clipboard
Deploy your own free, open-source email service with a single click. Connect seamlessly with Gmail or Amazon SES for secure and customizable email management. Take control of your communication with e...
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 5.13.5 to 5.14.8. Release notes Sourced from @mui/material's releases. v5.14.8 Sep 5, 2023 A big thanks to the 25 contributors who made this release possible. @mui/[email protected] ​ImageItemList...
Bumps [glob](https://github.com/isaacs/node-glob) from 10.2.7 to 10.3.4. Changelog Sourced from glob's changelog. changeglob 10.3.0 Add --default -p flag to provide a default pattern 10.2.0 Add glob cli 10.1.0 Return '.' instead...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.13 to 18.2.21. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.13.0 to 6.15.0. Release notes Sourced from react-router-dom's releases. [email protected] Patch Changes Updated dependencies [email protected] [email protected] [email protected] Patch Changes Updated dependencies [email protected] [email protected] [email protected] Patch Changes Updated...
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 6.13.0 to 6.15.0. Release notes Sourced from react-router's releases. v6.15.0 Minor Changes Add's a new redirectDocument() function which allows users to specify that a redirect from a...
## Steps to reproduce 1. Launch a Docker container 2. Go to http://localhost:5173/ 3. Make a change in the code ## Expected To see the changes immediately ## Actual Changes...
## Steps to reproduce 1. Launch a docker container: ```bash docker build -t mailer . docker run -t mailer ``` 2. Try to stop it by hitting `Control + C`...
## Context The API routes return 404 on Windows. My initial guess is that `matchPath` does not handle Windows environment correctly.
## Context Currently, you have to deploy several instances of Mailer if you have multiple products. This is a bit cumbersome. ## Solution Instead of defining SMPT credentials (or API...