Hallo,
Ich bin an einer neuen Website und da möchte ich über die Funktion mail ein CSV versenden. Da ich noch keinen Webserver habe, arbeite ich an meinem Laptop mit XAMPP.
Jetzt habe ich zwar mit meiner Konfiguration keine Errormessage mehr, kriege allerdings auch kein Mail zugestellt.
Was ist der Fehler? Hoffe es kann mir jemand DIREKT helfen...
Vielen Dank & Gruss
php.ini
-------
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port=25
; For Win32 only.
sendmail_from = NULL
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
sendmail_path = "C:\xampp\sendmail\sendmail.exe -t"