Closed (fixed)
Project:
Simplenews
Version:
5.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2008 at 12:31 UTC
Updated:
18 May 2011 at 02:25 UTC
When I try to send a newsletter with the title containing non-english characters (źćółś ect.) I get the following error:
removing non-english chars from the title solves the problem -- hint from http://drupal.org/node/196792#comment-939743
Comments
Comment #1
sutharsan commentedis this only with HTML email or also plain text?
Comment #2
Rafał Ch commentedboth :-)
sending plain text I get: "Bad parameters to mail() function, mail not sent. in file /includes/common.inc, line 1996."
sending html I get: "Bad parameters to mail() function, mail not sent. in file /modules/mimemail/mimemail.module, line 333."
Drupal 5.12
Mime Mail 5.x-1.x-dev (2008-09-21)
Comment #3
Rafał Ch commentedComment #4
sutharsan commentedWhen I send an email with these character in the title I get the below subject with both plain and html emails. All using latest (dev) releases.
This looks like an installation specific problem.
Comment #5
Rafał Ch commentedThe same problem with dev version. It has to be installation-specific since my other installations work ok.
But in the problem installation the sitewide contact form works with subject non-english so isn't it something with simplenews?
Comment #6
sutharsan commentedI don't know.
Comment #7
sutharsan commentedNo activity, closing the issue.
Comment #8
yanchen commentedThis is the persistent problem with Chinese character in 6.19 and 7.0. Even if I change the subject line, the problem is still there. If I change entire mail to English, the problem is gone.