Anybody know if there is a way around this?
Is there an email program I can use to send email through a
site that uses this?
What about poping mail from a site where my user name is different
from my smtp site:
"[email protected]" @ pop.site.com
"username" @ smtp.isp.com
Even the passwords are different but that's ok; I can set them
to be the same.
Here's what the smtpauth site{RECIEVE😛op.site.com|SEND:smtp.site.com}looks like:
username@linux: ~ $ telnet smtp.site.com 25
Trying xxx.xxx.xxx.xxx...
Escape character is '^]'.
220 smtp.site.com ESMTP Exim 4.01 Sun, 30 Mar 2003 02:01:01 -0800
ehlo domain.org
250-smtp.site.com Hello domain.org [xxx.xxx.xxx.xxx]
250-SIZE 52428800
250-PIPELINING
250-AUTH PLAIN LOGIN CRAM-MD5
250 HELP
quit
221 smtp.site.com closing connection
Connection closed by foreign host.
Much Thanks!