Creating a new lead results in fatal error phpmailerException
-
I am getting following error
Fatal error: Uncaught exception ‘phpmailerException’ with message
1.mysite\wp-includes\class-phpmailer.php:1023 2. \wp-includes\pluggable.php(354) 3. mysite\plugins\upi-crm-universal-crm-solution\classes\upicrm_mails.php(182): 4.\wp-content\plugins\upi-crm-universal-crsolution\admin\upicrm_adds_lead.php(99): 5.\wp-content\plugins\upi-crm-universal-crsolution\admin\upicrm_Add_Lead.php(180): 6.\wp-content\plugins\upi-crm-universal-crm-solution\admin\upicrm_admin.php(353):
I commented the line $from_email = ‘wordpress@’ . $sitename; and replace it with $from_email = ‘[email protected]’; no use
- The topic ‘Creating a new lead results in fatal error phpmailerException’ is closed to new replies.