Example #1
0
        public override void Begin(Connection connection)
        {
            _logger = _logger.ForContext("ConnectionId", connection.Id);

            Context = new SmtpContext(connection, new SmtpSession());

            Connection.SendLine("220 {0}", NetworkHelper.GetLocalDnsHostName());
        }
Example #2
0
        public override void Begin(Connection connection)
        {
            _logger = _logger.ForContext("ConnectionId", connection.Id);

            Context = new SmtpContext(connection, new SmtpSession());

            Connection.SendLine("220 {0}", NetworkHelper.GetLocalDnsHostName());
        }