Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nks

    (@nik00726)

    Hello It is clearly written.

    $from_name=$_POST[’email_From_name’];
    $from_email=$_POST[’email_From’];

    $mailheaders .= “Content-Transfer-Encoding: 7bit\n\n”;
    $mailheaders .= “From: $from_name <$from_email>” . “\r\n”;

    May be another plugin or Email getaway change it.

    Thanks

    Thread Starter veseycreative

    (@veseycreative)

    Hmmmm, thanks. Will have a look.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Showing wrong sender address’ is closed to new replies.