Closed (outdated)
Project:
Simplenews
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2011 at 14:33 UTC
Updated:
10 Jun 2017 at 17:22 UTC
Jump to comment: Most recent
I'm using drupal 6.22 in english and hebrew. (simplenews 1.3)
I have a newsletter in hebrew and when the subject is in hebrew drupal just not send it. Althought with enlgish subject everything is perfect.
I installed mail log, in the logs the english subject mails looks fine, but hebrews subjects looks like this:
Hebrew mail subject:
=?UTF-8?B?W3...5M=?= =?UTF-8?B?16nXkteb?=
Comments
Comment #1
prokop1000 commentedI discovered that the title is too long and it seperate it. I'm not an expert so I don't understand why it is not sent, but I wrote a validation, when editing node to throw an error, when the title is long.
Comment #2
miro_dietikerDouble encoding is something i've seen in e.g. mimemail.
We don't encode that. The module is subject to many unclean mime implementation issues. It needs much love to follow the standards cleanly. Please help us, mimemail or your other favorite HTML-Mail module to improve.
Which module do you use?
Comment #3
simon georges commentedComment #3.0
simon georges commentedCHanged
Comment #4
oadaeh commentedI think this can be closed as outdated.