On 10/17/2012 05:00 PM, Dave wrote:
Make sure, if you happen to have install postfix as well, that it has
replaced your sendmail.
Then, from the cli, as your apache/php user, try sending an email using
sendmail.
# sendmail -v y...@email.com
testing
.
Thanks a lot Jim for the help...
sorry
>
> Make sure, if you happen to have install postfix as well, that it has
> replaced your sendmail.
>
> Then, from the cli, as your apache/php user, try sending an email using
> sendmail.
>
> # sendmail -v y...@email.com
> testing
> .
>
Thanks a lot Jim for the help...
sorry this is getting a bi
On 10/17/2012 09:52 AM, Dave wrote:
Hi all,
MAC LION 10.7.4& latest MAMP (non pro version)
I've tried various things - but php send mail not working in MAMP (non
pro version)
... mail ( string $to , string $subject , string $message [, string
$additional_headers [, string $additional_paramete
Hi all,
MAC LION 10.7.4 & latest MAMP (non pro version)
I've tried various things - but php send mail not working in MAMP (non
pro version)
... mail ( string $to , string $subject , string $message [, string
$additional_headers [, string $additional_parameters ]] )
the same script works on a ho
Hello,
Phpdiscuss - Php Newsgroups And Mailing Lists wrote:
I have a dedicated Red Hat linux boxed leased from Interland and the php
mail function does not work. I have found several articles on things to
try and have tried everything I saw but to no avail. I set up a php
script to mail and then
> I have a dedicated Red Hat linux boxed leased from Interland and the php
> mail function does not work. I have found several articles on things to
> try and have tried everything I saw but to no avail. I set up a php
> script to mail and then print the return code and I get a 1 (success).
> But
I have a dedicated Red Hat linux boxed leased from Interland and the php
mail function does not work. I have found several articles on things to
try and have tried everything I saw but to no avail. I set up a php
script to mail and then print the return code and I get a 1 (success).
But the mail
"Rad Craig" <[EMAIL PROTECTED]> wrote:
[snip]
> I don't have another outside SMTP server to check it on. Will yahoo
> and others like that work for testing this?
[/snip]
Yes and no. I think this depends on the server.
With Yahoo? No, it wouldn't/shouldn't work...
- E
__
10:20 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: RE: [PHP] mail() not working on Win2k
>
>
> Hello,
>
> "Rad Craig" <[EMAIL PROTECTED]> wrote:
> > yes, I've tried:
> >
> > SMTP = localhost
> > SMTP = 127.0.0.
Hello,
"Rad Craig" <[EMAIL PROTECTED]> wrote:
> yes, I've tried:
>
> SMTP = localhost
> SMTP = 127.0.0.1
> SMTP = mail.mydomain.com
> SMTP = internal.ip.address
>
> None made any difference, so I've set it back to localhost.
...and of course you restarted your web server after each changes?
H
ry 06, 2003 9:20 AM
> To: '[EMAIL PROTECTED]'; PHP Mailing List
> Subject: RE: [PHP] mail() not working on Win2k
>
>
> Do you have this line in your php.ini file?
>
> SMTP =;for
> win32 only
>
> -Original Message-
Do you have this line in your php.ini file?
SMTP=;for
win32 only
-Original Message-
From: Rad Craig [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 06, 2003 9:22 AM
To: PHP Mailing List
Subject: [PHP] mail() not working on Win2k
I'm ru
I'm running under Win2k, new install of PHP(last week), I have been trying
to test the mail() function, but it doesn't seem to work. I host my own
mail server on the same machine and I know it works, has been for months,
all other mail come/goes just fine. I don't have the default SMTP server
for
I just found out that the server taht I though was running sendmail is
in fact running another program (communigate). I think php is just not
interfacing with it correctly. I know this is kinda off topic but is
there anyway to monitor what is being sent back to the system from the
PHP command
On Friday 13 December 2002 04:00, Tom Culpepper wrote:
> I am trying to get the mail() function to work right on my system and
> while I get no PHP errors the mail is never sent. Running on a linux
> server with PHP3 and I have confirmed that the command line mail
> function does work along with a
I am trying to get the mail() function to work right on my system and
while I get no PHP errors the mail is never sent. Running on a linux
server with PHP3 and I have confirmed that the command line mail
function does work along with a few perl scripts that send mail as well.
Here is the code
Hi Jacky,
Check that the value of sendmail_path in your php.ini is correct (restart
Apache after making any changes). You can confirm the value with phpinfo().
PHP will not show any error if it cannot find/use the mailer.
Cheers
From: "Jacky@lilst" <[EMAIL PROTECTED]>
> I have syntax belo
I have syntax below, it suppose to send me email after there is someone buy our stuffs
together with the email from my merchant. So far I only recieve email from my merchant
but not from mail() function, anything wrong in my syntax? I did echo for the value of
a variable $mailTo and it does has
18 matches
Mail list logo