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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Wed Apr 24 16:01:31 2024 UTC