DirectSendServerConfigHelloDomain Property
Gets or sets the domain string to be used in the EHLO or HELO command when connecting to the server.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string HelloDomain { get; set; }

Property Value

Type: String
The domain to be used in the HELO or EHLO command when connecting to the server, or an empty string which tells MailBee to use the local IP address or the host name of the local computer as the domain string. The default value is an empty string.
Remarks

Usually, this property does not need to be changed. If it's an empty string (default value), MailBee will automatically send correct HELO or EHLO command based on the local host's IPv4 address or the local host name if the IPv4 address is not available.

To access DirectSendServerConfig object, use Smtp.DirectSendDefaults property.

See Also