mailer icon indicating copy to clipboard operation
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...

Results 9 mailer issues
Sort by recently updated
recently updated
newest added

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

dependencies

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

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=18.2.13&new-version=18.2.21)](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...

dependencies

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

dependencies

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

dependencies

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

bug

## 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`...

bug

## Context The API routes return 404 on Windows. My initial guess is that `matchPath` does not handle Windows environment correctly.

bug

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