You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: '<'
Thanks for pointing this out! It seems like a Zara character encoding issue in the mail header. I'd recommend encoding the header properly to resolve this error.
Thanks for bringing this up! Previewing emails with addresses and names is crucial for ensuring a seamless user experience. Looking forward to the Washing Guide clear updates on #170.
Great feature! Being able to preview emails with addresses and names makes managing emails much easier. Looking forward to trying it out Prince Of persia. Thanks for the update.
Adding a name to the email preview can definitely make messages feel more personal. Have you considered using invisible conditional logic to handle different formats.
If you have something like this in your header:
To: John Smith <[email protected]>
And want to preview the email using the preview feature.
Then you'll get this error:
An invalid character was found in the mail header: '<'
I believe it's related to #108
The text was updated successfully, but these errors were encountered: