Skip to content

Commit

Permalink
Merge pull request #123 from jorrit/patch-1
Browse files Browse the repository at this point in the history
Thanks for the PR!
  • Loading branch information
Jaben committed Aug 7, 2018
2 parents ab01047 + 487da62 commit b98d25b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Papercut.Network/Protocols/SmtpProtocol.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public override void Begin(IConnection connection)

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

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

protected override void ProcessRequest(string request)
Expand All @@ -68,4 +68,4 @@ protected override void ProcessRequest(string request)
Connection.SendLine("500 Command not recognized");
}
}
}
}

0 comments on commit b98d25b

Please sign in to comment.