Tobias Eichner wrote:
what is smtp from what i raised so far?
I need an imap access to the server not smtp.
Sorry, I meant IMAP, my mistake. Anyway, solution could be the same... to
exclude problems with your source code, try an alternative server that is
working for sure.
Tobias.
Thank
> what is smtp from what i raised so far?
>
> I need an imap access to the server not smtp.
Sorry, I meant IMAP, my mistake. Anyway, solution could be the same... to
exclude problems with your source code, try an alternative server that is
working for sure.
Tobias.
>
> Thanks
>
> Goksie
Tobias Eichner wrote:
Connecting to imap.mail.yahoo.com port 143
Connected to imap.mail.yahoo.com
...
my $imapserver = 'imap.mail.yahoo.com';
my $user = 'testkingonet';
my $pass = '123456';
May it possible that Yahoo's SMTP server detects that it is being used by a
script instead of by a mai
> Connecting to imap.mail.yahoo.com port 143
> Connected to imap.mail.yahoo.com
...
> my $imapserver = 'imap.mail.yahoo.com';
> my $user = 'testkingonet';
> my $pass = '123456';
May it possible that Yahoo's SMTP server detects that it is being used by a
script instead of by a mail client and ther