phpscript that connects to my mail server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • matiruv
    New Member
    • Sep 2008
    • 7

    phpscript that connects to my mail server

    i am new in php.the thing is am using wamp server on my windows server 2003 but i do not want to install a mailserver.what i want 2 do is i want to connect to a mail server that is already setup on my linux local server .
    how can this be done?
    am confused
  • FLEB
    New Member
    • Aug 2008
    • 30

    #2


    IIIRC, a fair amount of the IMAP functions work with POP3 mail servers as well.

    Comment

    • crocodilu2008
      New Member
      • Sep 2008
      • 9

      #3
      I think you find couple examples here : PHP : Function Reference : IMAP, POP3 and NNTP Functions : imap_mail

      Comment

      • matiruv
        New Member
        • Sep 2008
        • 7

        #4
        i do not understand anything maybe if u can do a step by step illustration of how i can change the SMPT to suite the the mailserver that am using .k wat i nd 2 do is i am working on a windows machine that does not hv a mailserver.how can i configure SMTP in php.ini on my wamp server that it will connect to my mailserver on a remote or local linux machine that i am using.
        k is there any way i can configure the mailserver on the remote/local linux server to connect to php on my windows server 2003 machine /

        Comment

        • matiruv
          New Member
          • Sep 2008
          • 7

          #5
          problem configuring smtp in php.ini on my wamp server

          the SMTP is valid because it is the one we use to access our local mail on our mailserver.at 192.168.0.254

          now for port 25 when i did the telnet thingy on port 25 like telnet 25
          it is giving me this error:
          could not open connection to the host,on port 23: connection failed

          Comment

          • Atli
            Recognized Expert Expert
            • Nov 2006
            • 5062

            #6
            matiruv,

            Do NOT double post your question. This only serves to create confusion and extra work for us moderators.

            I have merged one of your duplicate threads into this one, and deleted the other.

            Please read the Posting Guidelines before posting in these forums.

            Thank you.
            MODERATOR

            Comment

            Working...