andrewdavey / andrewdavey/postal
Previewing emails with addresses with names
オープン
- 主要言語
- 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 はまだ評価されていません。