Skip to content

Instantly share code, notes, and snippets.

@CoreProgramm
Created January 26, 2020 17:07
Show Gist options
  • Save CoreProgramm/d5988181038094b803f4de80b681fd42 to your computer and use it in GitHub Desktop.
Save CoreProgramm/d5988181038094b803f4de80b681fd42 to your computer and use it in GitHub Desktop.
public class MailConfig
{
public string mailFrom { get; set; }
public string host { get; set; }
public string password { get; set; }
public int portNo { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment