Drupal system is utf-8 enabled, but the rsvp module only send ASCII email. If the email contains any utf-8 character that would be a disaster. This patch set the header of email as utf-8 encoding and encode the content of email subject and sender's name. It works for me!

CommentFileSizeAuthor
rsvp.module_0.patch3.41 KBctchang

Comments

Sergio González’s picture

This patch works for me too (version 4.7.x-1.x), thanks :)

owahab’s picture

Version: 4.6.x-1.x-dev » 4.7.x-1.x-dev
owahab’s picture

Assigned: Unassigned » owahab
owahab’s picture

Status: Needs review » Fixed

Well, RSVP now uses Drupal user_mail function thus it will support whatever Drupal core supports.

owahab’s picture

Version: 4.7.x-1.x-dev » 5.x-1.0

Ported to 5.x.

owahab’s picture

Status: Fixed » Closed (fixed)