Plugin Directory

Changeset 2043437


Ignore:
Timestamp:
03/03/2019 08:34:13 PM (7 years ago)
Author:
john ackers
Message:

set pmpmailer charset to utf-8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ecampaign/branches/maintenance/Ecampaign.class.php

    r1974927 r2043437  
    543543    require_once ABSPATH . WPINC . '/class-smtp.php';
    544544    $phpmailer = new PHPMailer(true);   // throw exceptions
     545    $phpmailer->charSet = "UTF-8";      // because db is UTF-8 and hopefully wp
    545546    $phpmailer->WordWrap = 76 ;    // hate forcing word wrap
    546547    $phpmailer->Mailer = get_option('ec_mailer');
Note: See TracChangeset for help on using the changeset viewer.