Is the Email Module installed under your modules tab?
And also make sure you have you template parameter set as it works alongside the notify one
notify="[email protected]|[email protected]" template="your_notification_template"
Thanks.
EE 1.6.2 Build: 20080225
Freeform 2.6.3
Here is the template:
{exp:freeform:form form_name="contact_form" notify="[email protected]" return="about/contact-thanks" send_user_email="no" required="email|comment" template="contact_form"}
<label for=”name”>Name</label>
<input type=”text” name=”name” size=”50” value=”” />
<label for=”email”>Email *</label>
<input type=”text” name=”email” size=”50” value=”” />
<label for=”phone”>Phone </label>
<input type=”text” name=”phone1” size=”50” value=”” />
<label for=”message”>Comments/Questions *</label>
<textarea name=”comment” cols=”40” rows=”13” /></textarea>
{captcha} To help us fight spam please enter in the text box below. <input type=”text” name=”captcha” size=”21” value=”” />
<input type=”submit” name=”submit” value=”Send Form” />
{/exp:freeform:form}
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.