php-windows Digest 10 Aug 2006 15:33:52 -0000 Issue 3018
Topics (messages 27092 through 27093):
Re: Function MAIL()
27092 by: Ariz Jacinto
Localhost does not work
27093 by: Harpreet
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
hi,
kindly elaborate further on your problem. usually, you won't be needing
a password to _Send_ an email using the mail() function. the ip address
of the SMTP server will suffice for sending an email within your domain,
at the least.
perhaps you might be referring to the IMAP functions instead?
On 8/9/06, Alejandro C. Garrammone <[EMAIL PROTECTED]> wrote:
Hi!!! I have a problem with the Mail() function. I've looked in documentation
and help, I've configured php.ini but don't work. My mail account needs a
password, where do I put them???.
thxs in advance,
Alex
--- End Message ---
--- Begin Message ---
$con = mssql_connect('localhost','username','password')
Does not work but
$con = mssql_connect($_GET["HOSTNAME"],'username','password') works
fine.
Please help
--- End Message ---