Hi there,
if I let the Exim option "Experimental: Rewrite From: header to match actual sender" activated, FormMail lost the "email" field and message came with the server's default email.
<form action="/cgi-sys/FormMail.cgi" method="post">
...
<input name="email" maxlength="255" size="42" type="text">
if I fill my email (ex: [email protected]) I receive as:
From: My Name <[email protected]>
Any ideias? Thank you.
if I let the Exim option "Experimental: Rewrite From: header to match actual sender" activated, FormMail lost the "email" field and message came with the server's default email.
<form action="/cgi-sys/FormMail.cgi" method="post">
...
<input name="email" maxlength="255" size="42" type="text">
if I fill my email (ex: [email protected]) I receive as:
From: My Name <[email protected]>
Any ideias? Thank you.