1. eublat problem
- Posted by George Walters <gwalters at ?c.rr.c?m>
Nov 08, 2007
-
Last edited Nov 09, 2007
For the first time in several years I have a problem with eublat. A new
customer I've setup gets an "auth PLAIN value" not accepted and disconnects.
Anyone know what this is? I've verified the email acount and passwords being
used, so I'm at a loss.
2. Re: eublat problem
- Posted by c.k.lester <euphoric at ck?ester.co?>
Nov 08, 2007
-
Last edited Nov 09, 2007
I don't know off hand but I Googled and found this:
http://www.activexperts.com/support/activemail/auth/
Looks like the server requires secure data.
Also...
From
http://sourceforge.net/project/shownotes.php?group_id=81910&release_id=464950
"When the user requests authentication, if that authentication fails for
CRAM-MD5, try to use AUTH PLAIN. If authentication fails for AUTH PLAIN,
try using AUTH LOGIN. I do not check if the server supports AUTH LOGIN,
just try it anyway if earlier authentication methods do not work. This was
done to get around bugs in servers that advertise CRAM-MD5 but do not
support it correctly."
Here's the rest:
http://www.google.com/search?hl=en&safe=off&q=auth+plain+value+blat&btnG=Search
3. Re: eublat problem
Those were good links. Here's the syntax I've been using. See anything wrong
with it?
cmdString = path & "\\reports\\eMessage.txt"
& " -to " & getText(emailAddressId)
& " -q"
& " -sf " & path&"\\reports\\eSubject.txt"
& " -attach " & path&"\\reports\\eDocument.txt"
& " -f " & userEmailAddress
& " -u " & userEmailAddress
& " -pw " & userPassWord
rc = sendBlat(cmdString)
4. Re: eublat problem
George Walters wrote:
>
> cmdString = path & "\\reports\\eMessage.txt"
> & " -to " & getText(emailAddressId)
> & " -q"
> & " -sf " & path&"\\reports\\eSubject.txt"
> & " -attach " & path&"\\reports\\eDocument.txt"
> & " -f " & userEmailAddress
> & " -u " & userEmailAddress
> & " -pw " & userPassWord
> rc = sendBlat(cmdString)
Looks fine to me, but I'm no expert. Maybe this particular server requires
another switch. Look here for hints: http://www.blat.net/syntax/syntax.html
Otherwise, I'd check with the Yahoo Blat user group.
5. Re: eublat problem
CK what worked was to leave off the -u and -pw which is stupid but it works
with this paritcular smpt server.
George Walters wrote:
>
> Those were good links. Here's the syntax I've been using. See anything wrong
> with it?
>
> }}}
<eucode>
> cmdString = path & "\\reports\\eMessage.txt"
> & " -to " & getText(emailAddressId)
> & " -q"
> & " -sf " & path&"\\reports\\eSubject.txt"
> & " -attach " & path&"\\reports\\eDocument.txt"
> & " -f " & userEmailAddress
> remark this & " -u " & userEmailAddress
> remark this & " -pw " & userPassWord
> rc = sendBlat(cmdString)
> </eucode>
{{{
6. Re: eublat problem
Well, CK this trick stopped working also. So we solved the problem by
changing ISP companies. Went to bellsouth and all is working as it should
at this time. Geez what a waste of time, 3-4 days trying to find what was
wrong.