hMailServer.Protocols.SMTP.SmtpServerCommandHandler.HandleEhlo C# (CSharp) Method

HandleEhlo() public method

public HandleEhlo ( string hostName ) : Task
hostName string
return Task
        public Task<SmtpCommandReply> HandleEhlo(string hostName)
        {
            return SmtpCommandReply.CreateDefault250SuccessTask();
        }