Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/k1low/anyslk

* -> Slack message
https://github.com/k1low/anyslk

slack smtp

Last synced: 21 days ago
JSON representation

* -> Slack message

Awesome Lists containing this project

README

        

# anyslk

`* -> Slack message`

## Support protocol

### :email: SMTP

Mail -> Slack message

``` console
$ export SLACK_INCOMMING_WEBHOOK_URL=https://hooks.slack.com/services/XXXXXXXXX/XXXXXXXXX/XXXxxxXXXXXX
$ anyslk --listen-smtp --smtp-port=1025
```

#### Usage

Convert `RCPT TO` address to Slack channel name

```
[email protected] -> Post message to #random channel
^^^^^^ ^^^^^^
```

### :earth_asia: HTTP

:construction: