Recent content by djamk15

  1. D

    Problem with returnpath and Mailfrom using php mail()

    Thank you for your replay, Could you clarify more ? what wrong with from lines or the output ??
  2. D

    Problem with returnpath and Mailfrom using php mail()

    Hi ! Please I have a problem with returnpath and Mailfrom, so when I put an input at returnpath, it takes the Mailfrom value automaticly, This is a part of php code: $vars = [ 'from' => $this->input->post('from'), 'to' => $this->input->post('to'), 'reply_to' => $this->input->post('reply_to')...
Back
Top