I was told in a support response that I don't have php (mail) running so pmform isn't sending. They Wrote: <br><br><br>"The problem is that we don't run a local sendmail instance on our webservers, so the usual mail() function won't work.<br>
You have to use SMTP to send email, using a library such as SwiftMailer (<a href="http://www.swiftmailer.org/" target="_blank">http://www.swiftmailer.org/</a>)."<br>
<br>I looked at swiftmailer, and it's not clear to me exactly what I need to do, but I'm not pro at server administration so go figure.<br><br>Can anyone suggest what I can do to make it work as efficiently as possible? I've already added the following lines to config.php, just to see it would help, (from the pmwiki notify page)<br>
<br>ini_set('SMTP','<a href="http://smtp.myservername.com">smtp.myservername.com</a>');<br>ini_set('sendmail_from','<a href="mailto:noreply@myservername.com">noreply@myservername.com</a>'); <br>
<br>my form page: <br><a href="http://sharinghealthyexperiences.com">http://sharinghealthyexperiences.com</a><br><br>-Mike<br>