Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 533 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 533 Bytes

Build status codecov

Example:

  using (var postbode = new Postbode())
  {
      postbode.UseMailgun("domain.nl", "0xapikeyhere").SetRecipient("to@example.org").SetSender("sender@example.org").SetSubject("test").SetTextContent("HALLLOOOO").SendAsync();
  }