Support

Account

Home Forums Front-end Issues Trigger Email On Front End Form Update Reply To: Trigger Email On Front End Form Update

  • Apologies, I missed this part:
    $headers = array('From: ' . $user_info->first_name. ' '.$user_info->last_name . ' <'.$user_info->user_email.'>');
    Notice the header is an array!