Anthony, > The PHP mail scripts were taken from Julie Meloni's book on PHP called "Fast > and East" on pp. 116-117. (PrimaTech). > In fact, she writes: > "If you're using PHP4 on Windows, look for the following lines in your > php.ini file: > 1. For the SMTP entry, use 'localhost" or the name of the outgoing > mailserver you use in your e-mail client. > 2. For the sendmail_from entry, enter your e-mail address. > For example in my php.ini file on Windows contains this: > [mail function] > SMTP = localhost > sendmail_from = [EMAIL PROTECTED] > END QUOTE > > So that's what I did -using localhost - and I get: > "failed to connect".
Ok, and it didn't work, so have you tried the alternative Julie offers? Please review our earlier posts: you can only use localhost if the local machine is running an SMTP server - if it's not, you'll have to point PHP at someone else's SMTP server. All this allows you/PHP to use an SMTP server anywhere, but it MUST see an SMTP server somewhere! Regards, =dn -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php