Toon posts:

php mail probleem

Pagina: 1
Acties:

Verwijderd

Topicstarter
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.

Verwijderd

draai jezelf een mailserver?
denk het niet...
pas hetvolgende aan:
[mail function]
; For Win32 only.
SMTP = smtp2.arnhem.chello.nl

Verwijderd

Topicstarter
thanx hij doet het nu.