Email Form data goes to Junk mail - cause no "From" data

C

CWDev

When emailing form data the email goes to Junk mail because there is no
"From" data. At least I think that's the reason.

I have included the statement:
<input type=hidden name="from" value="[email protected]" />

When received, the email header shows "from <>".

I can't imagine a reason for this behavior. Can anyone help?
 
R

Ronx

If using the FrontPage extensions to process the form, the From
address must be configured by the host.
 
Top