Andrew Davey

Results 81 comments of Andrew Davey
trafficstars

Naive implementation is now in master. Example web application updated to show it in action (tweet and fork buttons).

Thanks for reporting the issue. It's most likely a cache issue. I'll take a look into it.

I've pushed a change to master that creates a CacheDependency on module directories. So file system changes will cause the Knapsack Manager object to be recreated. Please try it out...

I no longer have the time to work on Postal. Would someone else like to take ownership? It would be great to see the project continue.

I've added @phantomtypist as a collaborator. I'm happy to hand over the reins! :)

This isn't something Postal can really handle itself. I'd recommend sending emails via something like MailGun which has really good logging to check for bounces and other send failures.

When using RazorEngine the `Html` helper is not available. You can use `@Raw(Model.SomeProp)` instead.

Please do fork the code and have a go at fixing this. I'd be very happy to accept a pull request. Thanks :)

I recommend taking a look here: https://github.com/andrewdavey/postal/blob/409617d49b5489e2d6c927b596171e2035299704/src/Postal/EmailParser.cs#L55 It should be possible to add some extra guards for empty email addresses.

Hey thanks for picking this up. It's a frequently requested feature. I've not looked at RazorEngine 3.5, but I assume we should be OK to upgrade.