<?php $to = "some@mail.com"; $subject = "subject"; $body = "message body"; } else { } ?>
otrzymuje komunikat Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in
Jak ustawic parametr 'sendmail_from'? W pliku jedyna wzmianka o sendmail_from to
; For Win32 only.
sendmail_from = you@yourdomain
Czy moze radzicie inna metode automatycznego wysylania maili ? Pozdrowionka.