|
Posted by jis on August 19, 2007, 11:25 pm
Please log in for more thread options
> jis wrote:
> > I got the error message "LOGIN not accepted".
> > I guess it is the authentication protocol that stops me.
> > But I wonder how I can get over it.
>
> Either use a mail server that does not need authentication (the server
> of your Internet access provider, perhaps?), or provide the requested
> login info.
>
> > This module supports only LOGIN, PLAIN, CRAM-MD5 and NTLM.I am not
> > sure which shic server uses these protocols.
>
> Mail::Sender has a method for finding out which protocols are supported
> by a particular server.
>
> http://search.cpan.org/perldoc?Mail%3A%3ASender#AUTHENTICATION
>
> --
> Gunnar Hjalmarsson
> Email:http://www.gunnar.cc/cgi-bin/contact.pl
Hi,
I tried a openmail server in the link http://www.theorem.com/spam/openservers.htm
Whnen i tried,it gives me the error authentication required.
As told I checked
my @protocols = $sender->QueryAuthProtocols( $smtp);
print @protocols;
Whatever u give it gives me PLAINXYMCOOKIELOGIN
Please help.
regards,
jis
|