Bemby-Software / Nytte

A library of utilities helpful for projects.
0 stars 1 forks source link

Add an email package #9

Open robennett2 opened 3 years ago

robennett2 commented 3 years ago
robennett2 commented 3 years ago

@mumby0168 any more suggestions

mumby0168 commented 3 years ago

Worth looking what libraries we can already leverage that let you use razor templates think mail kit does it

mumby0168 commented 3 years ago

The razor files will have to be definable outside the library as well so maybe point them at another dll

robennett2 commented 3 years ago

MailKit doesnt seem to support it by default. Going to work off of this. https://scottsauber.com/2018/07/07/walkthrough-creating-an-html-email-template-with-razor-and-razor-class-libraries-and-rendering-it-from-a-net-standard-class-library/

robennett2 commented 3 years ago

Nearly there. Just need to finish the way the server is configured and tidy the interface into the library.