Hello,
While working on my Iris contest application FileMailer, I got an error today trying to send email with code that used to work.I added debugging entries and I can see it happens in %Net.SMTP class "Send" method.I am not using any credentials or SSL.I see it opens |TCP|25 device.It issues a series of commands to SMTP server (I was testing with smtp.va.gov and port 25)."init" command gets 220 response. It runs "Login" method.Response is 250.The next command is "MAIL FROM" and I see 250 in the response with sender ok.The next command is "RCPT TO".






