Hi,
I have a problem using the contactform...
After trying to send several test-emails, the only message showing up is "An error occured while posting the message" ...
My server gives a normal 200 POST message, but the email has not been sent. I think it has something to do with the sendmail function and smtp, but in all other blog- and cms-software I found an easy way to set these things up, but can't find it in Serendipity.
Anybody has a clue?
contactform email problem
contactform email problem
My Serendipity: BabeSpot !
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
That's right, Serendipity just uses the PHP mail() command, which interfaces to sendmail. So both sendmail (compatible) MTA/SMTP must be installed on your server, and PHP's config must properly point to it as JWalker mentioned.
Serendipity (and none of the plugins I know) does not support direct connections to SMTP servers via TCP/socket protocolls.
Regards,
Garvin
Serendipity (and none of the plugins I know) does not support direct connections to SMTP servers via TCP/socket protocolls.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Thanks... that's the point ...garvinhicking wrote: Serendipity (and none of the plugins I know) does not support direct connections to SMTP servers via TCP/socket protocolls.
My Serendipity: BabeSpot !
Nevermind ... after restarting the server with another emailhost as sendmail_from it works fine.
Thanks for the support guys!
Thanks for the support guys!
My Serendipity: BabeSpot !