Het lukt mij niet om een e-mail via een php script te versturen. Ik heb php op mijn windows computer geinstalleerd.
De php.ini file is als volgt geconfigureerd:
[mail function]
; For Win32 only.
SMTP = localhost
; For Win32 only.
sendmail_from = mijnemailadres@chello.nl
php-file ziet er zo uit:
<?php
mail("mijnemailadres@chello.nl","Dit is het onderwerp","Dit is de text")
?>
wat doe ik fout, alvast bedankt.
De php.ini file is als volgt geconfigureerd:
[mail function]
; For Win32 only.
SMTP = localhost
; For Win32 only.
sendmail_from = mijnemailadres@chello.nl
php-file ziet er zo uit:
<?php
mail("mijnemailadres@chello.nl","Dit is het onderwerp","Dit is de text")
?>
wat doe ik fout, alvast bedankt.