postal icon indicating copy to clipboard operation
postal copied to clipboard

Email sending for asp.net mvc using the view engine system to render emails.

Results 93 postal issues
Sort by recently updated
recently updated
newest added

Just starting to use this library I get this exception when trying to send a basic email using Asp.Net MVC 5: Nothing fancy, Just followed the instructions on the website....

I have an issue during Unit testing. I have an hybrid MVC5 + Web API2 web application running in .NET framework 4.5.1 I have a Web Api that send a...

I have default smtp settings configured in the web.config, but we need to be able to change the sender credentials based on the type of email going out. It looks...

Hi, in my project (MVC5 and Postal.Mvc5 1.2.0) i try to send mail with sender e-mail like "Mike Jones <[email protected]>" (without quotes) and when e-mail start I receive this error:...

Error message: {"Value cannot be null.\r\nParameter name: httpBrowserCapabilities"} Everything works good in the MVC project but fails in the Worker Role when started from a queue.

This is a very quick spike to get layouts working via the RazorEngine. The layout name **must** be the path to the layout file, relative from the root path specified...

Hi there, I'm really impressed with postal and I'm using it in my current application, I have a question. Is it possible to create the mail message but then have...

Hi, I can see in your Unit Testing examples the usage of the IEmailService interface. How do you recommend referencing the Postal.dll from the Tests project? Do you just add...

I have a process that sends a large number of emails in parallel using the SendAsync method. I am using AWS as the email provider. Many of these emails throw...

Im getting this error because MVC Postal seems to be overriding my root _ViewStart. The program runs normal without it. Postal _ViewStart is still at its default. Postal seems to...