Announcement

Collapse
No announcement yet.

Hotfix for UTF8 error when sending mass email?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • iscon
    replied
    Which version do you use? I sent out some 4000 emails during the last couple of weeks and never encountered any error. But of course I'd be interested in seeing the error and/or finding the solution since sooner or later one of my patients will ask me. If you want you can send me the email template (or a part of it), you'll find me on the web. I am using MariaDB though...

    Leave a comment:


  • CRMuser
    replied
    any new idea?

    I did some research on the matter and this might be of interest https://mathiasbynens.be/notes/mysql-utf8mb4
    Basically it says: "Turns out MySQL’s utf8 charset only partially implements proper UTF-8 encoding. It can only store UTF-8-encoded symbols that consist of one to three bytes; encoded symbols that take up four bytes aren’t supported." The author found it out in relation with a JavaScript project.

    it is just an idea, but maybe this is the reason many people in the forum have UTF8 errors.

    Leave a comment:


  • CRMuser
    replied
    mmm, database (mySQL) is set to utf8_unicode_ci? Should it be utf8_general_ci?
    EsporoCRM docs only state it should work fine with almost mySQL databases. So I simply created it.
    Last edited by CRMuser; 11-14-2016, 08:05 AM. Reason: additional information

    Leave a comment:


  • yuri
    replied
    I tried and it worked on my environment. Maybe it's about how it's stored in database? Something wrong with encoding there?

    Leave a comment:


  • yuri
    replied
    Hi,

    Are you able to send regular emails w/ such characters?

    Leave a comment:


  • CRMuser
    started a topic Hotfix for UTF8 error when sending mass email?

    Hotfix for UTF8 error when sending mass email?

    Hi there,

    we wanted to send out a mass email. Last week it worked. Yesterday we tried to send a test email for the next campaign. It never arrived. In the log there is the following error:

    MassEmail#sendQueueItem: [0] Subject value must be composed of printable US-ASCII or UTF-8 characters. [] []

    The only letter I can think of is using a "-" in the subject.

    So, I deleted it. There is also no ä,ö ... usw. Still it does not work. Is there any hotfix as we need to send out the email urgently?

    Thanks a lot


    BTW: there is also the following, new error in the log, I did not have so far. [2016-11-10 22:30:07] Espo.ERROR: EmailAccount XXX (Get Message): [0] Header value must be composed of printable US-ASCII characters and valid folding sequences. [] []
Working...
X