PoC
This commit is contained in:
parent
8ec33d6fd7
commit
14792a4234
5 changed files with 196 additions and 1 deletions
16
README.md
16
README.md
|
@ -1,2 +1,16 @@
|
|||
# smtp2shoutrrr
|
||||
# smtp2Shoutrrr
|
||||
|
||||
A simple SMTP server that forwards incoming emails to a Shoutrrr service.
|
||||
|
||||
## Development
|
||||
|
||||
Run the server with:
|
||||
|
||||
```
|
||||
go run main.go
|
||||
```
|
||||
|
||||
Send a test email with:
|
||||
|
||||
```
|
||||
go run ./cmd/sendmail/main.go
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue