1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2025-10-06 11:04:40 +00:00

Fixed bug in sender/recipient

This commit is contained in:
Carsten
2016-04-03 16:06:24 +02:00
parent 4148b73b85
commit da2a2fa783

View File

@ -90,8 +90,8 @@ namespace Ntp.Analyzer.Process.Description
protected override void InternalExecute ()
{
MailMessage message = new MailMessage (
config.Mail,
config.Sender,
config.Mail,
config.Subject,
BuildContent ()
);