Mailformular - Mail kommt nicht an

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 - Mail kommt nicht an

Post by Roman »

Ich habe das Mailformular wie folgt konfiguriert, jedoch kommen keine Mails an ! Was ist falsch ?

IT|name|1|Name: |40,100||200
IT|email|1|Email: |40,100||200
IT|site|0|Webseite(Url): |40,100||200
IT|phone|1|Telefon: |40,100||200
SC|country|0|Land: |10,100|CH|150
TA|web|1|Message: |20,15||380
IH|redirect|0||10,100|http://www.multimediakeller.ch/phpwcms/|0
IH|redirect_error|0||10,100|http://www.multimediakeller.ch/phpwcms/|0
IH|language|0||10,100|DE|0
IH|send_copy|0||10,100|1|0
IH|email|0||10,100|roman_keller@hispeed.ch|0
TAOG
Posts: 206
Joined: Fri 17. Sep 2004, 20:14
Location: Berlin/Germany
Contact:

Post by TAOG »

bist du auf einem webserver oder localhost? brauchst du eventuell smtp einstellunge ausser "localhost" in der config datei?
Roman
Posts: 36
Joined: Wed 19. Nov 2003, 10:58
Location: Schweiz
Contact:

Post by Roman »

Ich arbeite auf einem Webserver. In welcher Datei stecken denn die SMTP Einstellungen ?
rk
Posts: 162
Joined: Sat 24. Apr 2004, 23:48
Location: Hannover, Germany
Contact:

Post by rk »

include/inc_conf/conf.inc.pgp

am ende
Ralf
Roman
Posts: 36
Joined: Wed 19. Nov 2003, 10:58
Location: Schweiz
Contact:

Post by Roman »

Ich habe das File angepasst, jedoch geht immer noch nichts. Hat jemand ein Beispiel für die SMTP Konfiguration ?
rk
Posts: 162
Joined: Sat 24. Apr 2004, 23:48
Location: Hannover, Germany
Contact:

Post by rk »

Welches Betriebssystem hat der Server. Ist überhaupt Mail auf dem Server installiert?


Das ist der Standard und sollte eigentlich funktionieren.

Code: Select all

$phpwcms['SMTP_MAILER']       = 'mail'; // default phpMailer: smtp, mail (default), sendmail
$phpwcms['SMTP_AUTH']         = 0; // sets SMTP_AUTH to ON/OFF
$phpwcms['SMTP_USER']         = ''; // default SMTP login (user) name
$phpwcms['SMTP_PASS']         = ''; // default SMTP password

So sollte es funktionieren, wenn eine Authentifizierung zum Mailversand notwendig ist.

Code: Select all

$phpwcms['SMTP_MAILER']       = 'smtp'; // default phpMailer: smtp, mail (default), sendmail
$phpwcms['SMTP_AUTH']         = 1; // sets SMTP_AUTH to ON/OFF
$phpwcms['SMTP_USER']         = 'account'; // default SMTP login (user) name
$phpwcms['SMTP_PASS']         = 'passwort'; // default SMTP password
Ralf
TAOG
Posts: 206
Joined: Fri 17. Sep 2004, 20:14
Location: Berlin/Germany
Contact:

Als Info

Post by TAOG »

bei 1und1 geht es ohne einstellungen zu verändern in der config.
Pappnase

Post by Pappnase »

hallo

bei all-inkl.de auch. ich bin immerweider der meinugn das der content part e-mail nicht auf die smtp einstellungen zurück greift! wenn dann muss das mail stehen werde gleich nochmal oliver fragen!
TAOG
Posts: 206
Joined: Fri 17. Sep 2004, 20:14
Location: Berlin/Germany
Contact:

Post by TAOG »

Pappnase wrote:hallo

bei all-inkl.de auch. ich bin immerweider der meinugn das der content part e-mail nicht auf die smtp einstellungen zurück greift! wenn dann muss das mail stehen werde gleich nochmal oliver fragen!
also bei mir steht im orginal smtp drin und die emails kommen auch an.
nur die kopie an mich geht nicht. es wird kein CC versand.
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post by pepe »

Hi Roman,

in der 2. und in der letzten Zeile benutzt du den selben Feldnamen email für unterschiedliche Inhalte, kann's daran liegen?
Pappnase

Post by Pappnase »

hallo

kann das sein das die docu falsch interpretiert wird!?
es reicht wenn man einmal IT|email|1|Email: |40,100||200 einfügt da sich IH|send_copy|0||10,100|1|0 an dem e-mail feld orientiert! ausserdem macht es doch keinen sinn eine kopie der e-mail die mir geschickt wird nochmal als kopie zu bekommen!
TAOG
Posts: 206
Joined: Fri 17. Sep 2004, 20:14
Location: Berlin/Germany
Contact:

Post by TAOG »

also zu meinem prob mit der kopie an mich: die org mail geht an meinen vater. ich will die kopie zugesandt bekommen. bei meinem vater kommen die mails auch an aber bei mir eben nicht die kopien.
Post Reply