Aug 26th, 2009, 7:29 PM
Hey eskim0j0,
It's very possible that PHP mail() isn't enabled on your server - or doesn't allow for the fourth "headers" parameter. Do you have access to an SMTP server? You might want to contact your hosting provider to ask.
If you do, you can use the Swift Mailer module. It's a much, much better and more reliable way to send emails via Form Tools. I include the default PHP mail() option simply for simplicity - it's the easiest to get going on most systems.
- Ben
It's very possible that PHP mail() isn't enabled on your server - or doesn't allow for the fourth "headers" parameter. Do you have access to an SMTP server? You might want to contact your hosting provider to ask.
If you do, you can use the Swift Mailer module. It's a much, much better and more reliable way to send emails via Form Tools. I include the default PHP mail() option simply for simplicity - it's the easiest to get going on most systems.
- Ben