Banging my head here over somehting that is probably very simple like a typo… but why is this saying no valid email when i have defined it in the parameters?
**Note** email module is installed and buildnumber 20101020 Latest
This is in its own template for testing, hence everything is tripped out and still failing.
{exp:email:contact_form
user_recipients="false"
recipients="[email protected]"
return="|Return to the Site"}
<input type="text" name="name" maxlength="55" class="input" />
<input type="text" id="from" name="from" maxlength="55" class="input" />
<textarea id="message" name="message" class="textarea" ></textarea>
<input type="hidden" id="subject" name="subject" size="40" value="Website Enquiry" />
<input name="submit" type='submit' value='Send' class="button" />
{/exp:email:contact_form}