Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hwangee

    mail works in outlook but not with mail()

    Sorry I meant "127.0.0.1" "255.255.255.0"[RETURN], hehehe
  2. hwangee

    mail works in outlook but not with mail()

    OK further searching through numerous forums and finally working. seems I simply needed to add a line to the smtprelay.tab "127.0.0.0"[TAB]"255.255.255.0"[RETURN], also made sure in php.ini SMTP = localhost sendmail_from = postmaster@www.mydomain.co.uk working at last. I think the main...
  3. hwangee

    mail works in outlook but not with mail()

    found a site where I enter my IP address, email to send to and email to send from and it tests it all. result was SMTP Connection: OK, connected to 217.42.***.***... < 220 <1106868066.4036@www.mydomain.co.uk> [XMail 1.20 ESMTP Server] service ready; Thu, 27 Jan 2005 23:21:06 -0000 > HELO...
  4. hwangee

    mail works in outlook but not with mail()

    What I mean is the mail() function is only working when sent to my admin@mydomain.co.uk email but failing when sent to any email outside my LAN. This is the initial problem. I have reinstalled apache2triad and put website back and working ok. with all the default settings outlook will only...
  5. hwangee

    mail works in outlook but not with mail()

    the outgoing mail server I used was www.mydomain.co.uk (Obviously mydomain being my DNS, I'm sure someone somewhere at some time has actually put mydomain instead LOL) this was the same as the pop3 setting. I have changed the SMTP = to this and it still worked only on LAN when using mail()...
  6. hwangee

    mail works in outlook but not with mail()

    outlook is on another PC on the LAN. in php.ini I used both localhost and my domain name and both worked through lan but none outside lan. However after thinking about what you asked I setup outlook on the same pc as the server and noticed in add remove programs>windows components that SMTP...
  7. hwangee

    mail works in outlook but not with mail()

    I have set up my pc as a web server using apache2triad. Everything runs fine for my web but having problems using the mail() function. I have setup my email account in outlook to test it and I can send mail to a friends hotmail and receive mail back fine. however like I said everytime I use...

Part and Inventory Search

Back
Top