How can i retrive oulook express mail using php.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mageswar005
    New Member
    • Mar 2008
    • 72

    How can i retrive oulook express mail using php.

    Hi,
    Can anybody knows, How can i retrive oulook express mail using php.Its possible.please help me guys its urgent.

    Regards,
    M.Mageswaran
  • Atli
    Recognized Expert Expert
    • Nov 2006
    • 5062

    #2
    Is there some specific Outlook Express mail protocol? (*runs away screaming!*)
    I thought it was just a mail client...

    If you are only looking to download you mail from your mail server, as Outlook does, take a look at IMAP in the manual.
    (See the examples here)

    Comment

    • ak1dnar
      Recognized Expert Top Contributor
      • Jan 2007
      • 1584

      #3
      As Atli said. (Did He) Oulook is a "mail client", which means it downloads emails from SMTP servers back to the user machine. (And even there are many features). So are you looking for a way to read the downloaded mails using Php or do you want to get the mails from your SMTP server?
      --Thanks

      Comment

      • mageswar005
        New Member
        • Mar 2008
        • 72

        #4
        fghgfh

        Originally posted by ak1dnar
        As Atli said. (Did He) Oulook is a "mail client", which means it downloads emails from SMTP servers back to the user machine. (And even there are many features). So are you looking for a way to read the downloaded mails using Php or do you want to get the mails from your SMTP server?
        --Thanks

        I want to get the mails from my SMTP server.
        Last edited by mageswar005; Jun 24 '08, 09:02 AM. Reason: fhfgh

        Comment

        • ak1dnar
          Recognized Expert Top Contributor
          • Jan 2007
          • 1584

          #5
          Originally posted by mageswar005
          I want to get the mails from my SMTP server.
          You may better to check PHPclasses.org too.

          Comment

          • realin
            Contributor
            • Feb 2007
            • 254

            #6
            Originally posted by mageswar005
            I want to get the mails from my SMTP server.
            hi mageswar i am able to make the same app please let me know if u still require help. I am able to send/receive mails using pop/smtp and was able to receive receipt and send mails with high/low priority which is certainly done by outlook..


            Regards
            Realin !

            Comment

            • mageswar005
              New Member
              • Mar 2008
              • 72

              #7
              Originally posted by realin
              hi mageswar i am able to make the same app please let me know if u still require help. I am able to send/receive mails using pop/smtp and was able to receive receipt and send mails with high/low priority which is certainly done by outlook..


              Regards
              Realin !

              Hi realin,
              I Have done successfully,no w it works fine in my application,If you need to help means pls go and download the code from www.phpclasses. org

              Comment

              Working...