freakXHTML
Mitglied
Hallo zusammen,
ich möchte mit der php Funktion "mail" eine E - Mail versenden. Wenn ich die php Dateiauf meine Domäne lade, dann funktioniert auch alles, doch sobald ich wieder mit Xampp arbeite, kommt eine Fehlermeldung. Ich habe mir das Programm ArGoSoft Mail Server heruntergeladen und dieser sagt mir, dass SMPT auf Port 25 hört. Beine php.ini sieht jetzt so aus:
[mail function]
; For Win32 only.
; PHP: Laufzeit-Konfiguration - Manual
SMTP = smtp_port 25
; PHP: Laufzeit-Konfiguration - Manual
smtp_port = 25
; For Win32 only.
; PHP: Runtime Configuration - Manual
;sendmail_from = postmaster@localhost
Jetzt kommt aber die Fehlermeldung Warning: mail() [function.mail]: SMTP server response: 551 User not local. We don't relay in C:\Programme\xampp\htdocs.
Was mache ich falsch?
Vielen Dank
ich möchte mit der php Funktion "mail" eine E - Mail versenden. Wenn ich die php Dateiauf meine Domäne lade, dann funktioniert auch alles, doch sobald ich wieder mit Xampp arbeite, kommt eine Fehlermeldung. Ich habe mir das Programm ArGoSoft Mail Server heruntergeladen und dieser sagt mir, dass SMPT auf Port 25 hört. Beine php.ini sieht jetzt so aus:
[mail function]
; For Win32 only.
; PHP: Laufzeit-Konfiguration - Manual
SMTP = smtp_port 25
; PHP: Laufzeit-Konfiguration - Manual
smtp_port = 25
; For Win32 only.
; PHP: Runtime Configuration - Manual
;sendmail_from = postmaster@localhost
Jetzt kommt aber die Fehlermeldung Warning: mail() [function.mail]: SMTP server response: 551 User not local. We don't relay in C:\Programme\xampp\htdocs.
Was mache ich falsch?
Vielen Dank