Skip to content

yohanmishkin/posted

Repository files navigation

posted Build status

Object oriented email for .Net

Email templates

  • Tokens
    • @Model
    • @Subject
  • Can't chain methods on tokens, but can chain properties (property chains are case insensitive)
  • Can't reference null properties on email model

To configure Smtp host you'd like to use, simply add an entry to your config file like this:

<configuration>
  <system.net>
    <mailSettings>
      <smtp>
        <network 
          host="localhost"
          port="25" />
      </smtp>
    </mailSettings>
  </system.net>
</configuration>

Releases

No releases published

Packages

No packages published