 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Eugene V. Goldberg Guest
|
Posted: Tue Dec 09, 2003 10:30 am Post subject: SMTP Auth in Indy 10 |
|
|
HI,
With Indy 9, i used SMTP.Username and SMTP.Password.
There are no more such a properties in Indy 10.
How to setup simple login authorization?
Thanx,
Eugene.
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Tue Dec 09, 2003 10:33 pm Post subject: Re: SMTP Auth in Indy 10 |
|
|
"Eugene V. Goldberg" <egold (AT) mts-nn (DOT) ru> wrote
| Quote: | With Indy 9, i used SMTP.Username and SMTP.Password.
There are no more such a properties in Indy 10.
|
Yes, there is, it was just moved elsewhere. Indy 10 supports many more
authentication types then Indy 9 did, so the authentication mechanism was
re-written into a generic system that can be used for multiple types of
components/protocols. In this particular situation, TIdSMTP has a new
SASLMechanisms property now. You can assign that to a TIdSASLList component
which contains your authentication information. You would add a
TIdSASLUserPass or TIdSASLLogin item to the list first, then assign the
TIdSMTP's AuthType property to atSASL. TIdSMTP should then be able to login
accordingly, I think.
Gambit
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|