postal icon indicating copy to clipboard operation
postal copied to clipboard

Is it possible to run postal from a console app?

Open curlyfro opened this issue 9 years ago • 2 comments

i'm trying to use Postal from within NServiceBus console app but i'm getting an httpCapabilities cannot be null error.

does anyone know why?

curlyfro avatar May 12 '15 18:05 curlyfro

Have you followed the example here: http://aboutcode.net/postal/outside-aspnet.html ?

andrewdavey avatar May 13 '15 07:05 andrewdavey

Yep, got the same problem, allthough it is only when you use dynamic Email.

If you use the stronly typed model, and call SendEmail(model) then it works.

Unfortunatly I really needed the dynamic method:-(

So great if it could be fixed!

BT Peter

mulgurul avatar Aug 15 '15 23:08 mulgurul