Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/floatplane-dev/deno-smtp-poelstra
This SMTP backend server waits for form submissions from the website huisartspoelstra.nl and emails the results to team Poelstra.
https://github.com/floatplane-dev/deno-smtp-poelstra
deno smtp typescript
Last synced: about 2 months ago
JSON representation
This SMTP backend server waits for form submissions from the website huisartspoelstra.nl and emails the results to team Poelstra.
- Host: GitHub
- URL: https://github.com/floatplane-dev/deno-smtp-poelstra
- Owner: floatplane-dev
- Created: 2022-09-23T00:09:00.000Z (over 2 years ago)
- Default Branch: production
- Last Pushed: 2023-10-05T10:32:32.000Z (over 1 year ago)
- Last Synced: 2023-10-05T13:34:40.818Z (over 1 year ago)
- Topics: deno, smtp, typescript
- Language: TypeScript
- Homepage: https://huisartspoelstra.nl
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SMTP server Poelstra
#### What
This SMTP backend server waits for form submissions from the website
[huisartspoelstra.nl](https://huisartspoelstra.nl) and emails the results to team Poelstra.#### Built with
- Deno 🦕
- Typescript 🌱
- Nginx 🏎️
- Debian 🐧
- PM2 ✨#### Built by
- Jan Werkhoven ([email](mailto:[email protected]), [GitHub](https://github.com/janwerkhoven), [Linkedin](https://www.linkedin.com/in/jan-werkhoven))
- Shuwen Wang ([email](mailto:[email protected]), [GitHub](https://github.com/codelikeshuwen))---
#### For developers
Development is done on the `development` Git branch.
Commits pushed to the `production` branch are deployed automatically with Github Actions.
To run the development server:
```
deno run --allow-env --allow-read --allow-net --allow-run=git --unstable app/start-server.ts
```To run the Deno linter:
```
deno lint
```To daemonise the Deno server in production, use PM2:
```
pm2 start
```---
#### Questions?
Ask team Floatplane!
[[email protected]](mailto:[email protected])
[www.floatplane.dev](floatplane.dev)