I am still learning my way around ExpressionEngine and love it. I have another issue that should be easy, but I can not figure it out. I am using the example Email Contact Form from the user guide and getting the following error:
The following errors were encountered
Your email had no valid recipients.
Return to Previous Page
Here is the code:
{exp:email:contact_form user_recipients="false" recipients="[email protected]" charset="utf-8"}
<h2>Support Form</h2>
<p> <label for="from">Your Email:</label></p>
<p> <input type="text" id="from" name="from" size="40" maxlength="35" value="{member_email}" /></p><br />
<label for="subject">Subject:</label></p>
<p> <input type="text" id="subject" name="subject" size="40" value="Contact Form" /></p><br />
<label for="message">Message:</label></p>
<p> <textarea id="message" name="message" rows="18" cols="40">Support Email from: {member_name}<br />
Sent at: {current_time format="%Y %m %d"}</textarea></p><br />
<input name="submit" type='submit' value='Submit Form' /></p><br />
{/exp:email:contact_form}
Thanks
Tommy