From:             syed at jinis dot com
Operating system: windows NT
PHP version:      4.3.4
PHP Bug Type:     *Mail Related
Bug description:  sending mail from php program

Description:
------------
i want to send mails thru php program and s i added a mail function and
passed parameters to it.when i executed the php program it executes
without errors but not sending mail.
WHY?


Reproduce code:
---------------
mail($email,$subject,$mail_message,"From:$admin_email/n Content-type:
text/html/n");


Expected result:
----------------
it shud send mail to the recipent($email)

Actual result:
--------------
no result

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

Reply via email to