Pagina 1 van 1

Probleem met nuke emailfunctie

Geplaatst: 27 jul 2004, 15:41
door Kemblin
Als ik een nieuwe account wil aanmaken op mijn zelfgehoste site
http://pacific-assault.homelinux.org/
krijg ik deze errror:

Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in c:\program files\apache group\apache\htdocs\modules\Your_Account\index.php on line 146

ik heb al vanalles geprobeert met de php.ini maar niks helpt
bij index.php op lijn 146 zou ik (als php noob) niet kunnen zeggen wat er mis is
er staat:

mail($user_email, $subject, $message, "From: $from\nX-Mailer: PHP/" . phpversion());


greetz Kemblin

Re: Probleem met nuke emailfunctie

Geplaatst: 27 jul 2004, 15:57
door ubremoved_539
Kemblin schreef:Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in c:\program files\apache group\apache\htdocs\modules\Your_Account\index.php on line 146


RTFM... in dit geval de errorboodschap. Hij mist dus de From: header... en ofwel kan je die zetten met de sendmail_from in php.ini, ofwel in je php script dat is opgegeven.

Kemblin schreef:mail($user_email, $subject, $message, "From: $from\nX-Mailer: PHP/" . phpversion());


Het betreft de $from die hier dus staat.

Geplaatst: 27 jul 2004, 16:29
door Kemblin
uhm en waar plaats ik dan mijn mail adres :oops:
ik mag blijkbaar niet alles deleten achter "From:" en daar gewoon mijn adres achter zetten :s

Geplaatst: 27 jul 2004, 18:51
door meon
Uit php.ini:

Code: Selecteer alles

[mail function]
; For Win32 only.
SMTP = mail.domain.com

; For Win32 only.
sendmail_from = [email protected]

Staat vrij duidelijk gewoon in de PHP.ini ...

Geplaatst: 27 jul 2004, 18:55
door Kemblin
ja maar dat is dus al ok dat is het probleem :(

Geplaatst: 27 jul 2004, 18:57
door meon
Je webserver ondertussen toch al herstart eh?

Geplaatst: 27 jul 2004, 19:43
door Kemblin
:oops: khad het ook net door