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

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 4.5.11 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Postal (at least in this repository) is no longer actively maintained (last release sept 2014) and is not accepting any new PR's. My initial thought was forking it and maintaining...

I am having trouble with Postal setup. I have registered dependencies like below: ` container.RegisterType(); container.RegisterType(); container.RegisterType();` On the controller side I have the following code: private readonly IEmailService _emailService;...

Hi I've updated this to use .Net 5.0

Hi, When I try serialization Email object, I have that error: Type 'Postal.Email' in Assembly 'Postal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=45719375b8b4d528' is not marked as serializable.

Hi How can we track if the email is sent successfully or not. Is there any track back of mail response. I am using SendAsync method.

Bumps bootstrap from 3.1.1 to 3.4.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bootstrap&package-manager=nuget&previous-version=3.1.1&new-version=3.4.1)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Followed the instruction from http://hangfire.readthedocs.io/en/latest/tutorials/send-email.html [HttpPost] public IHttpActionResult SendPostal([FromBody] MyMailModel objModelMail) { if (ModelState.IsValid) { try { var email = new NewCommentEmail { To = objModelMail.To, UserName = objModelMail.Subject, Comment...

I've discovered an interesting bug. Today in production logs I've found the following exception: > System.FormatException: An invalid character was found in the mail header: ';'. > at System.Net.Mail.MailAddressParser.ParseLocalPart(String data,...