Hi,
I’ve used Freeform quite a bit, but this time I’m stuck. When I try to send data via Freeform, I get the following PHP error:
Warning: mail() [function.mail]: Bad parameters to mail() function, mail not sent. in /.../core/core.email.php on line 1282
Warning: Cannot modify header information - headers already sent by (output started at /.../core/core.email.php:1282) in /.../core/core.functions.php on line 296Here is my Freeform code:
{exp:freeform:form form_name="newsletter" form_id=signup" required="name|email" notify="[email protected]" template="email_signup" return="main/submitted"}
<fieldset>
<label for="name">Name:</label>
<input type="text" id="name" class="text" name="name" value="Name" />
<label for="email">Email:</label>
<input type="text" id="email" class="text" name="email" value="Email" />
<input type="submit" class="submit" value="Sign up" />
</fieldset>
{/exp:freeform:form}The form is located at: http://marycrane.org/eetemp/index.php?/main/signup
Anyone have any ideas?
Thanks, Marcus
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.