connector-smtp/README.md

9 lines
106 B
Markdown
Raw Permalink Normal View History

2023-06-29 16:51:37 +00:00
# connector-smtp
SMTP Connector
2023-06-29 18:19:28 +00:00
## Testing
```
python -m smtpd -c DebuggingServer -n 127.0.0.1:1025
```