Add testing smtp server example

This commit is contained in:
Jon Herron 2023-06-29 14:19:28 -04:00
parent 8215ed2cc3
commit 862be7e69f
1 changed files with 7 additions and 0 deletions

View File

@ -1,2 +1,9 @@
# connector-smtp
SMTP Connector
## Testing
```
python -m smtpd -c DebuggingServer -n 127.0.0.1:1025
```