Email and language

Discussion in 'Customization & add-ons' started by biznetpro, Oct 26, 2009.

  1. biznetpro

    biznetpro New Member

    Joined:
    Oct 10, 2009
    Messages:
    21
    An interesting discovery: system emails are sent with text/html; charset="UTF-8", but newsletters with text/plain; charset="iso-8859-1". How can I change it? I need to use utf-8 only.
  2. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    Couple of things to check:

    1) your language file has the correct encoding set (ie. 'encoding' => 'ISO-8859-1', in your amember\language\* file that you are using)
    2) amember\includes\phpmailer\class.phpmailer.php has a char set defined as well as amember\common.inc.php
  3. biznetpro

    biznetpro New Member

    Joined:
    Oct 10, 2009
    Messages:
    21
    Thanks! Problem solved.

Share This Page