From:             mihaela dot mitu at gmail dot com
Operating system: Linux
PHP version:      4.4.1
PHP Bug Type:     Mail related
Bug description:  mail function does not work

Description:
------------
Mai function in PHP4 does not work. I got this error:

Fatal error: Call to undefined function: mail() in
/home/www/ofertaparteneri/opendocman/commitchange.php on line 118

What did i du wrong? PLs explaned this to me... step by step.

Reproduce code:
---------------
  mail($mail_to, $mail_subject, ($mail_greeting.'
.$mail_body.$mail_salute), $mail_headers);


Expected result:
----------------
another page from opendocman aplication.

Actual result:
--------------
Fatal error: Call to undefined function: mail() in
/home/www/ofertaparteneri/opendocman/commitchange.php on line 118

-- 
Edit bug report at http://bugs.php.net/?id=35262&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=35262&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=35262&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=35262&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=35262&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=35262&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=35262&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=35262&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=35262&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=35262&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=35262&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=35262&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=35262&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=35262&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=35262&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=35262&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=35262&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=35262&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=35262&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=35262&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=35262&r=mysqlcfg

Reply via email to