Page 1 of 1

E-Mail contact form (1.2.1) works only when logged in

Posted: Tue 31. May 2005, 13:59
by harrybo
Hello,

it was already discussed but still I couldn't find an answer to this question. My E-Mail contact form works very well when I'm simultaneously logged in as admin in another window. After having logged out (the standard situation for every other user), nothing happens. No direct feedback (error or success), no sending of the form data.

Does anyone have an idea, how to solve this problem?

My E-Mail contact form looks like this:

Image

My SMTP settings are:

Code: Select all

// smtp values
$phpwcms['SMTP_FROM_EMAIL']   = 'int.service@woodhome.info'; // reply/from email address
$phpwcms['SMTP_FROM_NAME']    = 'Woodhome Service'; // reply/from name
$phpwcms['SMTP_HOST']         = 'localhost'; // SMTP server (host/IP)
$phpwcms['SMTP_PORT']         = 25; // SMTP-Server port (default 25)
$phpwcms['SMTP_MAILER']       = 'mail'; // default phpMailer: smtp, mail (default), sendmail
$phpwcms['SMTP_AUTH']         = 0; // sets SMTP_AUTH to ON/OFF
$phpwcms['SMTP_USER']         = '<myUsername>'; // default SMTP login (user) name
$phpwcms['SMTP_PASS']         = '<myPassword>'; // default SMTP password
Thank you in advance, regards
Harry

Posted: Tue 31. May 2005, 14:47
by Peekay
Turn off caching in the main page of the article.

Posted: Tue 31. May 2005, 16:18
by harrybo
Thank you, Peekay!

That was exactly what helped. The contact formular is now running.

Regards
Harry

cache off

Posted: Fri 10. Jun 2005, 15:13
by bassermann
i have exactly the same problem, but turning off caching did not solve it...

it works only once. how can that be although i turned caching off?