16 lines
213 B
Markdown
16 lines
213 B
Markdown
# 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
|