Questions tagged [postal]

Postal lets you create emails using regular ASP.NET MVC views.

Postal is an email library for ASP.NET MVC.

Main Project Site: http://aboutcode.net/postal

80 questions
0
votes
1 answer

general System.Web.Razor error (also Postal project)

VS 2012, MVC4 app using Postal 0.8.0 When I NuGet install Andrew’s Davey’s Postal 0.8.0 it works on my development machine but when I deploy it I get this error message: Could not load file or assembly 'System.Web.Razor, Version=2.0.0.0,…
Joe
  • 4,143
  • 8
  • 37
  • 65
0
votes
2 answers

Getting error when I send email using Postal MVC and SendAsync()

I'm trying to send an email using Postal MVC in my MVC controller. I want to send the email asynchronously and don't want to wait for the email to be sent before I return the View. Here is the code that I'm trying to use. try { …
glowworms
  • 410
  • 4
  • 8
0
votes
2 answers

jQuery Autocomplete City & Country based on zip code

I was wondering if anyone knew a good service for City and Country Lookup by postal code, I was using the ziptasic plugin from jQuery, but it only supports the US and I need to search within Canada, both would be great. I know google maps API is…
onei0120
  • 189
  • 1
  • 9
  • 28
-1
votes
3 answers

How to prevent email subject, from, cc and bcc from embedding in email body in asp.net mvc

I am sending emails in my asp.net mvc application using postal. The emails are getting sent but the subject, from, cc and bcc fields are getting embedded in the email body instead of showing up in the appropriate areas. Here are my smtp settings in…
Nick Masao
  • 1,088
  • 12
  • 25
-2
votes
1 answer

RegEx for matching Germany or Austria or CH Postcodes

It is about my site, it is a ad portal and 3 geodata are installed in the system: Germany, Switzerland and Austria. When I look for an advertisement in Germany, everything works correctly, I'm looking for zip code 68259 and a radius of 30 km. The…
1 2 3 4 5
6