odesílání emailů z localu

Nebijte mne, já vím že už to tady několikrát bylo ale mě to pořád nefachá.
v složce windows jsem našel php.ini a tam jsem to upravil takhle

;;;;;;;;;;;;;;;;;;;
; Module Settings ;
;;;;;;;;;;;;;;;;;;;

[Syslog]
; Whether or not to define the various syslog variables (e.g. $LOG_PID,
; $LOG_CRON, etc.). Turning it off is a good idea performance-wise. In
; runtime, you can define these variables by calling define_syslog_variables().
define_syslog_variables = Off

[mail function]
; For Win32 only.
SMTP = 216.127.215.8
smtp_port = 25

; For Win32 only.
;sendmail_from = sdoom@sendme.cz

; 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_paramaters =

[SQL]
sql.safe_mode = Off

[ODBC]
;odbc.default_db = Not yet implemented
;odbc.default_user = Not yet implemented
;odbc.default_pw = Not yet implemented


----------

je to dobře?
předem dík, už se stim seru pěkně dlouho
Jestli jde o ten mail.... tak by mělo byt nastavene tak

[mail function]
; For Win32 only.
SMTP = tvůj.smtp.server např smtp.seznam.cz
smtp_port = 25

; For Win32 only.
sendmail_from = tvůj@email.cz

=> Neměl si nastavené u mailu from, proto ti to hazelo error, že ti chybí myslím hlavička from, nebo tak něco...

Jinak zbytek podle toho, jak co budeš potřebovat..
jasny ja sem to mel zakomentovane. taková blbá chyba
díky