php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28418 sending mail from php program
Submitted: 2004-05-17 08:12 UTC Modified: 2004-05-17 08:58 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: syed at jinis dot com Assigned:
Status: Not a bug Package: *Mail Related
PHP Version: 4.3.4 OS: windows NT
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: syed at jinis dot com
New email:
PHP Version: OS:

 

 [2004-05-17 08:12 UTC] syed at jinis dot com
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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-05-17 08:56 UTC] syed at jinis dot com
first i shud see the solution and then comment pls
 [2004-05-17 08:58 UTC] magnus@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Oct 27 16:01:27 2024 UTC