Plugin Directory

Changeset 1365619


Ignore:
Timestamp:
03/07/2016 10:07:18 AM (10 years ago)
Author:
fsdsolutions
Message:

email addresses changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quickapp/trunk/lib/fsd.php

    r1140705 r1365619  
    33class fsd {
    44    private static $admin_email = 'info@fsdsolutions.com';
    5     private static $admin_email_cc = 'fazeel@fsdsolutions.com';
    65       
    76    private static $initialized = false;
     
    264263       
    265264        $headers[] = 'From: '.$name.' <'.$email.'>';
    266         $headers[] = 'Cc: ' . self::$admin_email_cc;
    267265        $to = self::$admin_email;
    268266        wp_mail($to, 'QuickApp: Contact Us Form.', $message, $headers);
Note: See TracChangeset for help on using the changeset viewer.