RE: I fail to send email from php scripts on my local pc

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



It looks like you're not running an SMTP server on your local machine.

This can be verified by going to a command prompt and typing :-

TELNET localhost 25
HELO SMTP_SENDER
QUIT

You should see a response from the SMTP server.

The SMTP service under Windows is listed in Services as "Simple Mail Transfer
Protocol" and should be 'Started'.

Rob. 

-----Original Message-----
From: php-objects@xxxxxxxxxxxxxxx [mailto:php-objects@xxxxxxxxxxxxxxx] On
Behalf Of ITP Vision Promotion
Sent: 29 May 2008 12:13
To: php-objects@xxxxxxxxxxxxxxx
Subject:  I fail to send email from php scripts on my local pc

Hello,
I am trying to send email from a php script on my local pc, i am still
developing the site on my local computer, and not still testing online
The php.ini has the followinf settings:

--------------------------
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25

; For Win32 only.
sendmail_from = localhost
-----------------------
I also have added this line in my php script:
ini_set ("sendmail_from",localhost);

While trying to send a mail I get the following error:

Warning: mail() [function.mail <http://localhost/charbel/function.mail>
]: Failed to  connect to mailserver at "localhost" port 25, verify your
"SMTP" and "smtp_port"  setting in php.ini or use ini_set()

Any Help appreciated
Regards
Many Thanks




[Non-text portions of this message have been removed]


------------------------------------

Are you looking for a PHP job? Join the PHP Professionals directory Now!
http://www.phpclasses.org/professionals/Yahoo! Groups Links




***********************************************************************************
Any opinions expressed in email are those of the individual and not necessarily those of the company. This email and any files transmitted with it are confidential and solely for the use of the intended recipient 
or entity to whom they are addressed. It may contain material protected by attorney-client privilege. If you are not the intended recipient, or a person responsible for delivering to the intended recipient, be advised that you have received this email in error and that any use is strictly prohibited.

Random House Group + 44 (0) 20 7840 8400
http://www.randomhouse.co.uk
http://www.booksattransworld.co.uk 
http://www.kidsatrandomhouse.co.uk
Generic email address - enquiries@xxxxxxxxxxxxxxxxx

Name & Registered Office:
THE RANDOM HOUSE GROUP LIMITED
20 VAUXHALL BRIDGE ROAD
LONDON
SW1V 2SA
Random House Group Ltd is registered in the United Kingdom with company No. 00954009, VAT number 102838980
***********************************************************************************


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Soap]     [Kernel Newbies]     [Yosemite]     [Yosemite Campsites]

  Powered by Linux