| View previous topic :: View next topic |
| Author |
Message |
PP Guest
|
Posted: Wed Nov 17, 2004 1:44 pm Post subject: SMTP Error "RCPT First"... hooo god.. |
|
|
I´m tryng to send one email trougth SMTP to Yahoo.
but this message come: "RCPT First"..
What´s that..
my SMTP Client configuration is
smtpClient.Username := my Name in Email (qualemail)
smtpClient.Password := my password
smtpClient.AuthenticationType := atLogin;
smtpClient.Host := smtp.mail.yahoo.com.br
smtpClient.Port := 25;
Please somebody help me..
Thanx in advance,
PP
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Wed Nov 17, 2004 6:30 pm Post subject: Re: SMTP Error "RCPT First"... hooo god.. |
|
|
"PP" <paulo (AT) endosoft (DOT) com.br> wrote
| Quote: | I´m tryng to send one email trougth SMTP to Yahoo.
but this message come: "RCPT First"..
|
Please show your actual code. It sounds like you did not fill in the
Recipients collection.
Gambit
|
|
| Back to top |
|
 |
PP Guest
|
Posted: Thu Nov 18, 2004 11:30 am Post subject: Re: SMTP Error "RCPT First"... hooo god.. |
|
|
exactly my good friend, small bug
Thanx...
PP
"Remy Lebeau (TeamB)" <no.spam (AT) no (DOT) spam.com> escreveu na mensagem
news:419b98e8$1 (AT) newsgroups (DOT) borland.com...
| Quote: |
"PP" <paulo (AT) endosoft (DOT) com.br> wrote in message
news:419b4710 (AT) newsgroups (DOT) borland.com...
I´m tryng to send one email trougth SMTP to Yahoo.
but this message come: "RCPT First"..
Please show your actual code. It sounds like you did not fill in the
Recipients collection.
Gambit
|
|
|
| Back to top |
|
 |
|