Search found 6 matches

by schluuch
Tue 31. May 2005, 17:11
Forum: phpwcms Support English
Topic: email contact form
Replies: 47
Views: 25867

hi omar,

i´m sorry, i don´t know how to implement the redirection...

greetz
chris
by schluuch
Mon 23. May 2005, 20:43
Forum: phpwcms Support English
Topic: email contact form
Replies: 47
Views: 25867

hi omar,

yes, you have to deselect the success and error boxes. then it should work.
if not, try at your config.inc.php the several options for your "smtp_mailer" and "smtp_auth".

greetz
chris
by schluuch
Sun 22. May 2005, 16:01
Forum: phpwcms Support English
Topic: email contact form
Replies: 47
Views: 25867

Hallo,

habe es jetzt doch hinbekommen und zwar musste ich folgende Einstellungen in der config.inc.php vornehmen:

$phpwcms['SMTP_MAILER'] = 'mail'; // default phpMailer: smtp, mail (default), sendmail
$phpwcms['SMTP_AUTH'] = 0; // sets SMTP_AUTH to ON/OFF

Jetzt funktioniert der Form Mailer ...
by schluuch
Sun 22. May 2005, 14:27
Forum: phpwcms Support English
Topic: email contact form
Replies: 47
Views: 25867

hi,

my contact formmailer is not working...

could it be a problem with php safe mode on?

here is a small screenshot of my php config:

http://ch-lippmann.de/TEMP/WCMS/php_safe_mode.png

also i changed the config.inc.php:

$phpwcms['SMTP_MAILER'] = 'sendmail'; // default phpMailer: smtp, mail ...
by schluuch
Sat 21. May 2005, 10:16
Forum: phpwcms Support English
Topic: email contact form
Replies: 47
Views: 25867

hi, ok, i also unchecked this two checkboxes.
and now i got a error message:

Warning: smtpsend() [function.smtpsend]: Unable to access class.smtp.php in /home/www/htdocs/ch-lippmann.de/wcms/include/inc_ext/phpmailer/class.phpmailer.php on line 460

Warning: smtpsend(class.smtp.php) [function ...
by schluuch
Fri 20. May 2005, 21:23
Forum: phpwcms Support English
Topic: email contact form
Replies: 47
Views: 25867

Problem with Email Contact Formmailer

Hello,

i have a problem with the contact formmailer. i couldn´t send a mail, also the obligation fields are not tested.
there is no warning.

i don´t know where the failure is, i have checked the my smtp settings and they are ok.

please help me...

thanks
chris

my page: http://ch-lippmann.de/wcms ...