andrewdavey / postal

Email sending for asp.net mvc using the view engine system to render emails.
http://aboutcode.net/postal
MIT License
536 stars 168 forks source link

Incorrect documentation for email priority values #131

Open mbcrawfo opened 8 years ago

mbcrawfo commented 8 years ago

The exception thrown when an incorrect priority is supplied indicates that the supported values are High, Medium, and Low. However, the actual values are High, Normal, Low (MSDN). I think there are a few other places where this is documented incorrectly as well but I can't find them at the moment.