Hi my friends,
i use the newsletter panel in the latest version. Just short question. It's possible to define a "hardcoded" senders name in the sendmail_include.php ?
**************************************************************
$email_to = $to_name." <".$to_email.">";
$headers = "From: ".$from_name." <".$from_email.">\n";
$headers .= "Reply-To: ".$from_name." <".$from_email.">\n";
$headers .= "X-Sender: <".$from_email.">\n";
$headers .= "X-Mailer: PHP-Mail\n";
$headers .= "X-MimeOLE: Produced By PHP-Fusion 6\n";
$headers .= "X-Priority: 3\n";
$headers .= "X-MSMail-Priority: Normal\n";
$headers .= "MIME-Version: 1.0\n";
**************************************************************
Maybe change the bold values to a name what i want (?)
Thanks a lot
Kind Regards
illu
|