andrewdavey / andrewdavey/postal

Previewing emails with addresses with names

オープン
#170 コメント 4 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
C#
スター
534
フォーク
164
PR マージ指標
30日以内にマージされた PR はありません

説明

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

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。