Skip to content

Instantly share code, notes, and snippets.

@pparadis
Created April 12, 2012 00:50
Show Gist options
  • Save pparadis/2363853 to your computer and use it in GitHub Desktop.
Save pparadis/2363853 to your computer and use it in GitHub Desktop.
SMTP
Configuration smtpServerConfiguration = new Configuration();
smtpServerConfiguration.SetPort(25);
smtpServerConfiguration.SetServer("smtp.8bitclockwork.com");
smtpServerConfiguration.SetTimeout(60);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment