Changeset 2043437
- Timestamp:
- 03/03/2019 08:34:13 PM (7 years ago)
- File:
-
- 1 edited
-
ecampaign/branches/maintenance/Ecampaign.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ecampaign/branches/maintenance/Ecampaign.class.php
r1974927 r2043437 543 543 require_once ABSPATH . WPINC . '/class-smtp.php'; 544 544 $phpmailer = new PHPMailer(true); // throw exceptions 545 $phpmailer->charSet = "UTF-8"; // because db is UTF-8 and hopefully wp 545 546 $phpmailer->WordWrap = 76 ; // hate forcing word wrap 546 547 $phpmailer->Mailer = get_option('ec_mailer');
Note: See TracChangeset
for help on using the changeset viewer.