Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using a shell script to test the SMTP server #80

Open
antonydenyer opened this issue Nov 24, 2015 · 0 comments
Open

Using a shell script to test the SMTP server #80

antonydenyer opened this issue Nov 24, 2015 · 0 comments

Comments

@antonydenyer
Copy link

I'm using the SimpleExample.md to create and run an smtp server. I'm having trouble testing the server, when I telnet in to the server and send the commands manually everything seems to be fine. When I use a script cat commands.txt | telnet localhost 25000 or cat commands.txt | nc localhost 25000 nothing seems to work, the factory never gets called. I get a 220 response from the server on the command line but in the debugger console I get nothing.

I can use the same script with mailcatcher with no issues.

Any ideas? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant