Connecting Tech Pros Worldwide Forums | Help | Site Map

How can i retrive oulook express mail using php.

mageswar005's Avatar
Member
 
Join Date: Mar 2008
Location: chennai
Posts: 70
#1: Jun 23 '08
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's Avatar
Moderator
 
Join Date: Nov 2006
Location: Iceland
Posts: 3,754
#2: Jun 23 '08

re: How can i retrive oulook express mail using php.


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)
ak1dnar's Avatar
Moderator
 
Join Date: Jan 2007
Location: Colombo
Posts: 1,440
#3: Jun 24 '08

re: How can i retrive oulook express mail using php.


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
mageswar005's Avatar
Member
 
Join Date: Mar 2008
Location: chennai
Posts: 70
#4: Jun 24 '08

re: How can i retrive oulook express mail using php.


Quote:

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.
ak1dnar's Avatar
Moderator
 
Join Date: Jan 2007
Location: Colombo
Posts: 1,440
#5: Jun 24 '08

re: How can i retrive oulook express mail using php.


Quote:

Originally Posted by mageswar005

I want to get the mails from my SMTP server.

You may better to check PHPclasses.org too.
http://phpclasses.sgboards.com/browse/class/2.html
realin's Avatar
Familiar Sight
 
Join Date: Feb 2007
Posts: 252
#6: Jun 26 '08

re: How can i retrive oulook express mail using php.


Quote:

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 !
mageswar005's Avatar
Member
 
Join Date: Mar 2008
Location: chennai
Posts: 70
#7: Jun 27 '08

re: How can i retrive oulook express mail using php.


Quote:

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,now it works fine in my application,If you need to help means pls go and download the code from www.phpclasses.org
Reply