Giter Site home page Giter Site logo

Comments (6)

tah91 avatar tah91 commented on September 25, 2024 1

had the same pb
it works if you do

@Html.Raw(myStringWithAccent)

from postal.

andrewdavey avatar andrewdavey commented on September 25, 2024

Example fixed.
Looking into the encoding issue now.

from postal.

andrewdavey avatar andrewdavey commented on September 25, 2024

In the simple email body case (not multipart) are you saying that the email does not render correctly in your email client?
Or are you saying that you don't like the base-64 encoding?

Non-ascii characters are generating emails that render fine for me in Windows Live Mail.
Can you perhaps send me an example .eml file to [email protected] so I can take a look? Thanks.

from postal.

andrewdavey avatar andrewdavey commented on September 25, 2024

Calling @Html.Raw(...) does seem to be the way to fix this issue. Kind of annoying perhaps. Let me know if anyone finds a simpler solution.

from postal.

quedicesebas avatar quedicesebas commented on September 25, 2024

What about using postal outside ASP.NET...how to fix this?
My email view:

@model dynamic

Content-Type: text/html; charset=utf-8
To: @Model.Notification.ToUser.Name @Model.Notification.ToUser.Email
From: Hobbule [email protected]
Subject: @Model.Notification.FromUser.Name @Model.NotificationDisplay @Model.Notification.Activity.Name

@Model.Notification.FromUser.Name @Model.NotificationDisplay @Model.Notification.Activity.Name

I getting problems with latin characters only header (to name and subject), in the email body don't

from postal.

TimurZanagar avatar TimurZanagar commented on September 25, 2024

@sebrojas14 Do you've a solution for this problem?
@andrewdavey This issue still exists. Any idea?

from postal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.