SMTP Connector
Go to file
Kevin Burnett 4184f0605d
Merge pull request #2 from adebisi-fa/main
Fix: Optionally StartTLS when needed.
2024-06-26 14:20:45 +00:00
bpmn Use None for user and password 2023-06-29 16:01:01 -04:00
src/connector_smtp Fix: Optionally StartTLS when needed. 2024-06-25 23:28:19 +01:00
.gitignore First cut of smtp connector 2023-06-29 14:14:39 -04:00
.tool-versions updated to use spiffworkflow-connector-command w/ burnettk 2023-10-13 16:25:54 -04:00
LICENSE Initial commit 2023-06-29 12:51:37 -04:00
README.md Add testing smtp server example 2023-06-29 14:19:28 -04:00
poetry.lock updated spiffworkflow-connector-command 2023-10-18 09:25:52 -04:00
pyproject.toml updated to use spiffworkflow-connector-command w/ burnettk 2023-10-13 16:25:54 -04:00

README.md

connector-smtp

SMTP Connector

Testing

python -m smtpd -c DebuggingServer -n 127.0.0.1:1025