Skip to content

Commit

Permalink
Altered signature and cached it after being used once
Browse files Browse the repository at this point in the history
  • Loading branch information
FullmetalCracker committed Apr 9, 2011
1 parent 3ffeebc commit b50b0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sub/Util/Net/ReportEmail.cs
Expand Up @@ -33,7 +33,7 @@ public void Send(string data, List<Attachment> att = null)
MessageBox.Show("Sending Report: " + data);

//append computer info to signature at the end
data += new ReportSignature().ToString();
data += ReportSignature.GetSignature();
SmtpClient smtp = new SmtpClient
{
Host = _host,
Expand Down

0 comments on commit b50b0a3

Please sign in to comment.