Mailformular geht immer noch nicht !!

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Roman
Posts: 36
Joined: Wed 19. Nov 2003, 10:58
Location: Schweiz
Contact:

Mailformular geht immer noch nicht !!

Post by Roman »

Ich kann machen was ich will - bitte um Hilfe ! Ich habe folgende Konfiguration, jedoch kommt nie eine Mail an.

IT|name|1|Name: |40,100||300
IT|email|1|Email: |40,100||300
TA|info|1|Info: |30,10||300
IC|radio|0|Bitte um Antwort |100,0|Per Telefon#Per E-Mail|0
IT|telefon|0|Telefon: |40,100||300
SM|menu|0|Wie gefällt dir meine Webseite ? |20,100|#Super#Sehr gut#Gut#Nicht schlecht#Na ja|300
IH|language|0||10,100|DE|0
IH|redirect|0||10,100|http://www.romankeller.ch/phpwcms/index ... ,0,1,0,0|0
IH|redirect_error|0||10,100|http://www.romankeller.ch/phpwcms/index ... ,0,1,0,0|0
IH|send_copy|0||10,100|1|0


Und in der config:

// smtp values
$phpwcms['SMTP_FROM_EMAIL'] = 'meine email'; // reply/from email address
$phpwcms['SMTP_FROM_NAME'] = 'Roman Keller'; // reply/from name
$phpwcms['SMTP_HOST'] = 'smtp.provider.ch'; // SMTP server (host/IP)
$phpwcms['SMTP_PORT'] = 25; // SMTP-Server port (default 25)
$phpwcms['SMTP_MAILER'] = 'smtp'; // default phpMailer: smtp, mail (default), sendmail
$phpwcms['SMTP_AUTH'] = 1; // sets SMTP_AUTH to ON/OFF
$phpwcms['SMTP_USER'] = 'mein login'; // default SMTP login (user) name
$phpwcms['SMTP_PASS'] = 'mein passwort'; // default SMTP password
Pappnase

Post by Pappnase »

hallo

stelle dochmal von smtp auf mail um! so läuft es jedenfalls bei mir!
Post Reply