ephreak Posted August 22, 2004 Posted August 22, 2004 My PHP script I started using is asking for an SMTP Server IP address (for sending membership details to new members who join my site). Can anyone please tell me how I find this out? Thanks! Quote
TCH-Andy Posted August 22, 2004 Posted August 22, 2004 The IP address for your server is 66.235.184.102 (assuming you mean ephreak.net), although looking at your DNS records, they are not all pointing at our servers. Quote
ephreak Posted August 23, 2004 Author Posted August 23, 2004 The IP address for your server is 66.235.184.102 (assuming you mean ephreak.net), although looking at your DNS records, they are not all pointing at our servers. Hi Andy, I'm talking about genchat.info; not using ephreak.net here now Carl Quote
TCH-Bruce Posted August 23, 2004 Posted August 23, 2004 I believe the IP number is 66.235.184.102 which is the same as for ephreak.net Quote
MikeJ Posted August 23, 2004 Posted August 23, 2004 (edited) In most cases, you can use 127.0.0.1 for the sending SMTP server IP address as your SMTP server is on the same host as your script (and 127.0.0.1 means to use the local host). That would save you from having to keep track of what your server's IP address is. Edited August 23, 2004 by TCH-MikeJ Quote
ephreak Posted August 23, 2004 Author Posted August 23, 2004 Thanks heaps guys, You are the best!! Carl Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.