I have been working at trying to get my freeform module to send notification / send-user_email emails to no avail for the past 2 days. Ive read through the forums and tried re-ordering the variables in exp:freeform:form, I have tried the default template, i have simplified the form to only form_name=“Email” notify=“email@gmail.com” template=“Email”. I can send emails using the communicate section in EE.
I am currently using sendmail as the option in EE, but phpmail will also send emails out as tests in the communicate module.
I am using EE 1.6.4 with Freeform Version: 2.5.7. The issue all started when we took our servers from one location to another. It was working just fine with the current setup but when we moved to our new server it quit working. Yes, we are using load balancing servers and have a master to master replicating mysql database server. This is a bad setup, but don’t see how this could affect the forms from submitting. Also understand we don’t have the most up to date EE or Freeform, but they were working before we moved our files from one place to another. Can anyone help me?
Heres a bit of code:
{exp:freeform:form form_name="Email" notify="email@gmail.com" template="Email" user_email_template="Email" send_user_email="yes" redirect="skip" return=""}
