Trying to use smtp mail with Webshield virus scanner
and it deleted incoming mail saying they were corrupt. I
replaced all the ~n with ~r~n (crlf) to more closely
conform to the RFC and it now sends mail without
attachment but if there are attachments it still fails with
the corrupt message. I am using the latest version of
smtpmail.
Logged In: NO
I fixed it. Replaced ~n~n with ~r~n and added and extra crlf
after the attachment filename.
ex: filename="' + cFile + '"~r~n~r~n'.
Webshield now accepts mail and attachments.
Dan Ebneter
debneter@prent.com