WinToWeb wrote: > Hello all, > > I find this component owesome but get the following error at compile > time (Delphi 5, XP pro) : > > [Error]MailSndAsynch1.pas(408): Undeclared identifier: > 'smtpAutAutoSelect'
You probably changed the string, it is "smtpAuthAutoSelect" note the missing "h". --- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html > > If I comment out lines 407 & 408, it compiles and runs but then I get > the following output in the memo: > > Resolving host name... > Host name resolved to: nn.n.95.12 > ID #14205200 > ID #14205200 +++++++++++++++++++++++++++++++++++++++++++++++++++ > ID #14205200 4 > ID #14205200 +++++++++++++++++++++++++++++++++++++++++++++++++++ > ID #14205200 <220 smtp.provider.ch ESMTP Sendmail 8.12.11.20060308 > /8.12.11/taifun-1.0; Sun, 28 Jan 2007 17:55:36 +0100 > ID #14205200 >SMTP session connected, error #0 > ID #14205200 >HELO ICS > ID #14205200 <250 smtp.provider.ch Hello 84-74-227- > 27.dclient.provider.ch [ nn.nn.227.27], pleased to meet you > ID #14205200 >MAIL FROM:<[EMAIL PROTECTED]> > ID #14205200 <250 2.1.0 <[EMAIL PROTECTED]>... Sender ok > ID #14205200 >RCPT TO:<[EMAIL PROTECTED]> > ID #14205200 <550 5.7.1 <[EMAIL PROTECTED]>... Relaying denied > ID #14205200 550 5.7.1 <[EMAIL PROTECTED]>... Relaying denied > ID #14205200 >SMTP session closed, error #0 > > I don't know where to start looking to get it to work. Could anyone > tip me please? > > TIA, Dan -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
