Juan Pablo Herrera wrote:
I have a cuestion about the features on function mail. I think that it
send the email one to one address. Is it ok?.
Yes. It is all ok.
--
John Holmes
php|architect - The magazine for PHP professionals - http://www.phparch.com
--
PHP General Mailing List (http://www.php.ne
Hi everybody,
I have a cuestion about the features on function mail. I think that it
send the email one to one address. Is it ok?.
Regards,
Juan Pablo
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Set SMTP setting in php.ini to the smtp server of your provider (and
don't forget to restart web server).
[EMAIL PROTECTED] wrote:
I use mail() function in php, but there's no living mail from my system.
MUST be mail() function turn on in some special place (ini file, &...)
??
THANKS.
--
PHP Ge
I use mail() function in php, but there's no living mail from my system.
MUST be mail() function turn on in some special place (ini file, &...)
??
THANKS.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
See the SMTP value in your PHP.ini and set it to a valid outgoing mail
server
Another thing I have noticed, perhaps this is only me, is that if the
TO-address isn“t valid it will fail.
Try to send an email to your own email address...
// Tobias
""Eric Tonicello"" <[EMAIL PROTECTED]> wrote in m
Hi !
I'm trying to use the function mail().
I get :
Warning: Failed to Connect in D:\IBOIS\web\test.php on line 1
I'm using the lastest version of PHP on IIS 4.0
What's wrong ?
Should I change the php.ini ?
If I try to use the snmp library i get lot of errors...
PLease help.me
mcfly
> $sent=mail("[EMAIL PROTECTED]", $subject, $msg, $from);
>
> if $sent==1 --> the e-mail was sent
>
> if $sent==0 --> problem when sending e-mail??
>
> how this works? When the function mail will have a problem?
>
> if the "to" mail are wrong?
If you are sending "local" mail, with no "@" in it, y
$sent=mail("[EMAIL PROTECTED]", $subject, $msg, $from);
if $sent==1 --> the e-mail was sent
if $sent==0 --> problem when sending e-mail??
how this works? When the function mail will have a problem?
if the "to" mail are wrong?
regards,
Augusto Cesar Castoldi
--
PHP General Mailing List (
8 matches
Mail list logo