Keine Fehlermeldung - Mails kommen nicht an [SMTP]

Irgendwelche Probleme mit XAMPP für Windows? Dann ist hier genau der richtige Ort um nachzufragen.

Keine Fehlermeldung - Mails kommen nicht an [SMTP]

Postby Illidan » 03. August 2006 19:56

Hallo,

seit heute Mittag benutzte ich meine Email Adresse von T-Online als SMTP als Sender.

Ich habe in der sendmail.ini das eingegeben:
Code: Select all
; configuration for fake sendmail

[sendmail]

; you must change mail.mydomain.com to your smtp server

smtp_server=smtpmail.t-online.de

; the default domain for this server will be read from the registry
; this will be appended to email addresses when one isn't provided
; if you want to override the value in the registry, uncomment and modify

;default_domain=local

; log smtp errors to error.log (defaults to same directory as sendmail.exe)
; uncomment to enable logging

;error_logfile=error.log

; create debug log as debug.log (defaults to same directory as sendmail.exe)
; uncomment to enable debugging

;debug_logfile=debug.log

; if your smtp server requires authentication, modify the following two lines

auth_username=illidan-home@t-online.de
auth_password=meinpasswort

; if your smtp server uses pop3 before smtp authentication, modify the
; following three lines

;pop3_server=
;pop3_username=
;pop3_password=

; to force the sender to always be the following email address, uncomment and
; populate with a valid email address.  this will only affect the "MAIL FROM"
; command, it won't modify the "From: " header of the message content

force_sender=illidanxxx@googlemail.com

; sendmail will use your hostname and your default_domain in the ehlo/helo
; smtp greeting.  you can manually set the ehlo/helo name if required

hostname=smtpmail.t-online.de


So, unter meinpasswort hab ich natürlich mein Passwort eingegeben =D.

Und dann hab ich in der php.ini das eingegeben:


Code: Select all
[mail function]
; For Win32 only.
SMTP = smtpmail.t-online.de
smtp_port = 25

; For Win32 only.
sendmail_from = illidanxxx@googlemail.com

; For Unix only.  You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path = "C:\Programme\xampp\sendmail\sendmail.exe -t"

; Force the addition of the specified parameters to be passed as extra parameters
; to the sendmail binary. These parameters will always replace the value of
; the 5th parameter to mail(), even in safe mode.
;mail.force_extra_parameters =


Nun denn...
Ich habe als Test ein WBBLite Forum drauf installiert, mich registriert und nun steht da das eine Aktivierungsemail an meine Email Adresse geschickt wurde.

Als nächstes geh ich drauf aber was ist keine Email..ich guck schon seit heute Mittag ob da was kommt aber es kommt nichts.

Bevor ich eine T-Online Email Adresse genommen habe, benutzte ich GoogleMail und da kamen immer PHP Fehler auf oder MySQL Error.
Nun kommen keine aber das =/

Hattte jemand dieses Problem schonmal, oder weis jemand wie ich das beheben kann?

Mit freundlichen Grüßen,

Illidan
Illidan
 
Posts: 7
Joined: 03. August 2006 19:27

Postby Wiedmann » 03. August 2006 20:02

Frage:
Ich habe in der sendmail.ini das eingegeben:

Wieso konfigurierst du diese Datei, ...

;sendmail_path = "C:\Programme\xampp\sendmail\sendmail.exe -t"

... wenn du das benutzen von Sendmail gar nciht aktiviert hast?


SMTP = smtpmail.t-online.de
sendmail_from = illidanxxx@googlemail.com

Da du dann wohl Mails direkt über PHP und SMTP verschickst, frage ich mit, ob dieser Server überhaupt Mails ohne Anmeldung und nicht T-Online Absender annimmt (korrekt verarbeitet)?
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Postby Illidan » 03. August 2006 20:27

Mh..oh das hab ich gar nicht beachtet o.o
K, ich hab das mal aktiviert und den Absender hab ich auch auf meine t-online email umgeändert. aber kein erfolg...es ist immer noch wie vorher
Illidan
 
Posts: 7
Joined: 03. August 2006 19:27

Postby Wiedmann » 03. August 2006 20:39

ich hab das mal aktiviert

Ich glaub dir das mal...

Code: Select all
hostname=smtpmail.t-online.de

Diese Zeile hättest du besser gelassen wie sie ist.

Code: Select all
;error_logfile=error.log
;debug_logfile=debug.log

Aktiviere Mal diese 2 Zeilen, um zu sehen ob überhaupt was passiert.
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Postby Illidan » 03. August 2006 20:49

Nichts, ich bekomme keine Fehlermeldung und auch keine Email
Illidan
 
Posts: 7
Joined: 03. August 2006 19:27

Postby Wiedmann » 03. August 2006 21:00

ich bekomme keine Fehlermeldung und auch keine Email

Das wussten wir ja schon...

Wiedmann wrote:Aktiviere Mal diese 2 Zeilen

Als interessiert mich mehr, ob ein Log angelegt wurde und was da drinsteht.

ich hab das mal aktiviert

Um darauf nochmal zurückzukommen:
Hast du das überprüft? (phpinfo() )
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Postby Illidan » 03. August 2006 21:13

ich hab grad in phpinfo nachgeschaut..iwie scheint es das bei sendmail_From "no value" in beiden Spalten drin steht. Und bei SMTP steht localhost oO

EDIT:
Jaaa!! Habe gerade zufällig in phpinfo bei einer zeile nachgelesen welche php.ini file der liest. Das war die aus dem apache > bin Ordner ich habe die im php ordner editiert :roll:

Nun geht alles danke für den Hinweis ^________^
Illidan
 
Posts: 7
Joined: 03. August 2006 19:27


Return to XAMPP für Windows

Who is online

Users browsing this forum: No registered users and 48 guests