Einzelnen Beitrag anzeigen

mumu

Registriert seit: 28. Okt 2003
Ort: Bamberg
519 Beiträge
 
#1

mail() function bei php auf einem IIS

  Alt 12. Feb 2006, 12:47
ich hab daheim nen iis. dort läuft php. jetzt möchte ich gerne die mail function nutzen. was für einstellungen muss ich da machen? muss ich da nen lokalen mailserver aufziehen? oder könnte ich das vielleicht auch irgendwie über meine domain bei All-Inkl lösen.

ich denk mal ich muss folgende parameter in der php.ini irgendwie anpassen, oder?

Code:
[mail function]
; For Win32 only.
SMTP = localhost ; for Win32 only
smtp_port = 25
sendmail_from= [email]me@localhost.com[/email] ; for Win32 only

; For Win32 only.
;sendmail_from = [email]me@example.com[/email]

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

; 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 =
  Mit Zitat antworten Zitat