Jump to content

Reply to header


ballouta

Recommended Posts

Hello

 

are these headers enought to make correct reply to for the one who sent an email?

<?php
$subject ="Email from Visitor";
$headers  = "MIME-Version: 1.0\r\n"; 
$headers .= "Content-type: text/html; charset=windows-1256\r\n"; 
$headers .= "From: $name <$emailuser>\r\n";
?>

 

Thank You

Link to comment
https://forums.phpfreaks.com/topic/124340-reply-to-header/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.