Just use the smtp server you use for mail. Oh you might not use smtp for corporate environment? Just use something like outlook express or some other smtp enabled client to send to these various smtp servers you are trying to use for the php scripts first. Then if it works with the mail client then you should reasonably expect the php to work.
Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -----Original Message----- From: Bruce Levick [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 6:19 PM To: [EMAIL PROTECTED] Subject: [PHP] restrictions I find that my the company that I work for is a little over protective. My machine is quite restricted (as in firewall and accessability) when it comes to ftp and telnet. Well basically my hands are tied in that sense. I am testing my database build on my local machine which runs fine and all. I am curious though as to how these restrictions may affect my attempts to send "mail()" I have tried various external SMTP srervers (i am running off winxp pro) in my php.ini file and I get nothing. Just the error code I have placed in (below). <?php if (mail("[EMAIL PROTECTED]", "this title", "testing")) echo "Mail Sent!"; else echo "Mail could not be sent..."; ?> Warning: Failed to connect to mailserver, verify your "SMTP" setting in php.ini in c:\inetpub\wwwroot\_tasks\email.php on line 21 Mail could not be sent... Would my local machines restrictions be stopping the mail function from communicating with the SMTP server?? Cheers -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php