Back to product page

EhloResponse Method


Called when remote server sends response to HELO/EHLO command.

Syntax

  • Basic
object.EhloResponse (Owner, EhloText)
The EhloResponse(object,Owner,EhloText) syntax has these parts:
objectAn expression evaluating to an object of type IwodSmtpClientNotify
OwnerwodSmtp object. Reference to wodSmtpCom instance that called this callback method.
EhloTextA String value. Holds list of SMTP capabilities supported by the server.

Remarks

NOTE: This method is called only if you implemented IwodSmtpClientNotify interface in your application, and wodSmtp1.Notification property has received reference to instance of your implementation.

EhloResponse notification method is called when wodSmtp gets response back from EHLO/HELO command. This is convenient time for you to evaluate EhloText response, and determine if you will change any properties in wodSmtp component - such as to change Authentication method, change Security, etc..

This notification method can be called twice per connection when SSL/TLS is used - first time before STARTTLS is issued, and second time after successful TLS negotiation.

Platforms

Windows