You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
orcat 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
The text was updated successfully, but these errors were encountered: