I was told in a support response that I don&#39;t have php (mail) running so pmform isn&#39;t sending.  They Wrote: <br><br><br>&quot;The problem is that we don&#39;t run a local sendmail instance on our webservers, so the usual mail() function won&#39;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>).&quot;<br>
<br>I looked at swiftmailer, and it&#39;s not clear to me exactly what I need to do, but I&#39;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&#39;ve already added the following lines to config.php, just to see it would help, (from the pmwiki notify page)<br>
<br>ini_set(&#39;SMTP&#39;,&#39;<a href="http://smtp.myservername.com">smtp.myservername.com</a>&#39;);<br>ini_set(&#39;sendmail_from&#39;,&#39;<a href="mailto:noreply@myservername.com">noreply@myservername.com</a>&#39;); <br>
<br>my form page: <br><a href="http://sharinghealthyexperiences.com">http://sharinghealthyexperiences.com</a><br><br>-Mike<br>