Board index » delphi » idSMTPServer?

idSMTPServer?


2004-01-26 05:14:08 PM
delphi153
Hi,
Is it possible to send Email messages directly with the idSMTPServer without
the need for my Provider email server or any Relay SMTP server?
Thanks,
Asaf
 
 

Re:idSMTPServer?

"Asaf" <XXXX@XXXXX.COM>writes
Quote
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
 

Re:idSMTPServer?

Thanks for your help :)
"Remy Lebeau (TeamB)" <XXXX@XXXXX.COM>writes
Quote

"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