Delphi Developer
Is it possible to send Email messages directly with the idSMTPServer TIdSMTPServer has no concept of *sending* messages, only *receiving* them
"Asaf" <XXXX@XXXXX.COM>writes news:XXXX@XXXXX.COM... >Is it possible to send Email messages directly with the idSMTPServer TIdSMTPServer has no concept of *sending* messages, only *receiving* them To send a message, you need a separate TIdSMTP instead. Gambit