質問

I use Indy10's TIDSMTPRelay to relay some messages out and it works great. However, I need a log of the actual SMTP conversation with the counterparty and the OnDirectSMTPStatus and OnStatus events do not provide this as far as I can see. How can I get to the SMTP log?

役に立ちましたか?

解決

I ended up using TIdLogEvent implementing the OnSent and OnReceived events.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top