| ISmtpClientLocalDomain Property |
Get or set the local domain.
Namespace: MailKit.Net.SmtpAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax string LocalDomain { get; set; }
Property Value
StringThe local domain.
Remarks
The local domain is used in the HELO or EHLO commands sent to
the SMTP server. If left unset, the local IP address will be
used instead.
See Also