Hello:
I am just about to start a new project and want to use s#arp.
I have two queries:
Firstly, has any written/or coes anyone know of a membership provider for s#arp?
Secondly, in a similar vain, does anyone have any e-mail sending code—should I put this in the tasks layer?
Ideally I’d like to use mvc3 razor based views.
Any help appreciated.
Regards
Sean.
--
You received this message because you are subscribed to the Google Groups "S#arp Architecture" group.
To post to this group, send email to sharp-arc...@googlegroups.com.
To unsubscribe from this group, send email to sharp-architect...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sharp-architecture?hl=en.
I reckon Sean is hoping for a permission base auth framework which is something unfortunately still missing for open source impls as far as I know
Hi:
Ideally yes, that’s what I would like!
Sean.
--
You received this message because you are subscribed to the Google Groups "S#arp Architecture" group.
To view this discussion on the web visit https://groups.google.com/d/msg/sharp-architecture/-/iiT_G6Oql8cJ.
I had used ActionMailer.Net in the past but I prefer how you can just
give the Razor template to FluentEmail, and adding alternative text is
pretty easy, me thinks. I had used Papercut as a dummy SMTP server,
but that gives weird errors after having it running for a long time,
will give SMTP4Dev a try!