andrewdavey / andrewdavey/postal

Previewing emails with addresses with names

Aberta
#170 4 comentários 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
C#
Estrelas
534
Forks
164
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

If you have something like this in your [header](http://aboutcode.net/postal/email-headers.html):
`To: John Smith `

And want to preview the email using the [preview feature](http://aboutcode.net/postal/email-headers.html).

```
public class PreviewConroller : Controller
{
public ActionResult Example()
{
dynamic email = new Email("Example");
// set up the email ...

return new EmailViewResult(email);
}
}
```

Then you'll get this error: `An invalid character was found in the mail header: '<'`

I believe it's related to #108

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.