Click to See Complete Forum and Search --> : HELP On IMAP


mIn0tAuR
08-19-2006, 02:00 AM
Anyone knows how can i know my imap server.? Ive got some mail scripts and in cofiguration file i have to put my imap server to make it connect what should i put in there to make it work coz i dont know my imap server is :( but in php info it says imap 2004 is installed thanks in advance

littlened
08-19-2006, 02:35 AM
Anyone knows how can i know my imap server.? Ive got some mail scripts and in cofiguration file i have to put my imap server to make it connect what should i put in there to make it work coz i dont know my imap server is :( but in php info it says imap 2004 is installed thanks in advance

if its a script running on your server then you'll probably get away with just using "localhost" otherwise just use the domain name of the server.

On my host I use localhost, but if I'm accessing the server from somewhere else it's mail.mydomain.com