I was told in a support response that I don't have php (mail) running so
pmform isn't sending.  They Wrote:


"The problem is that we don't run a local sendmail instance on our
webservers, so the usual mail() function won't work.
You have to use SMTP to send email, using a library such as SwiftMailer (
http://www.swiftmailer.org/)."

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.

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)

ini_set('SMTP','smtp.myservername.com');
ini_set('sendmail_from','nore...@myservername.com');

my form page:
http://sharinghealthyexperiences.com

-Mike
_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to