Skip to content

Instantly share code, notes, and snippets.

@thefringeninja
Created June 3, 2013 21:57
Show Gist options
  • Save thefringeninja/5701817 to your computer and use it in GitHub Desktop.
Save thefringeninja/5701817 to your computer and use it in GitHub Desktop.
When you know you've taken it too far..
bus.Register(new LoggedAttribute().Apply<SendEmail>(message =>
{
using (var client = new SmtpClient())
{
client.Send(message);
}
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment