Hey there,
I’m having trouble getting emails to send from Freeform on a Windows server. Since this is Windows, I’m not really sure how to debug the problem, so any pointers or help is appreciated. Here’s the facts, and what I’ve tried already:
- We’re running version 1.6.8 (build 20090723) of EE, and 2.7.2 of Freeform
- Freeform entries are all being saved successfully to the module, but no emails are going out. Switching to ‘default_template’ does not affect whether an email goes out or not.
- Using EE’s Communicate tab or {exp:email:contact_form} successfully sends emails.
At the client’s insistence, I’ve had to switch over to using exp:email:contact_form, which is a terrible solution. Any ideas how to debug what’s going wrong? Thanks!
Here’s the template code for your reference. I’ve verified that ‘event_registration’ is an email template defined in Freeform:
{exp:freeform:form form_name="event_registration" required="email" notify="email1@domain.com|email2@domain.com"
template="event_registration" return="events/view/{url_title}/thanks/"}
<fieldset>
<div class="row">
<div>
<label for="f-fname">First Name:</label>
<input type="text" name="first_name" value="" id="f-fname" />
</div>
<div class="last">
<label for="f-lname">Last Name:</label>
<input type="text" name="last_name" value="" id="f-lname" />
</div>
</div>
<div class="row">
<div>
<label for="f-email">E-mail:</label>
<input type="text" name="email" value="" id="f-email" />
</div>
<div class="last">
<label for="f-phone">Phone:</label>
<input type="text" name="phone" value="" id="f-phone" />
</div>
</div>
... more form contents (it's fairly long, so I didn't want to post it all) ...
</fieldset>
{/exp:freeform:form}
Thanks for your help in advance!
