ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> php-general
php-general
[PHP] Return-Path
by Anthony Rodriguez other posts by this author
Apr 5 2002 12:49PM messages near this date
RE: [PHP] PHP stops execution without error message | Re: [PHP] Return-Path
Can you help me?

When I call the following script:

(1) <?php
(2) mail("afrodriguez@att.net",
(3)      "Test",
(4)      "Test",
(5)      "From:SBW Research <mail@[...].com> \r\n",
(6)      "Return-Path:<mail@[...].com> \r\n");
(7) exit;
(8) ?> 

I get the following error message:

Warning: Wrong parameter count for mail() in ... (file_name) ... on line 6.

By the way, I tried it with and w/o the \r.

Any suggestions?

Thanks!

Anthony F. Rodriguez
(sbwi@bellatlantic.net)


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thread:
Anthony Rodriguez
Jason Wong

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved