Reading My E-mail

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
irisblaze
Forum Newbie
Posts: 22
Joined: Sun Mar 19, 2006 3:24 am
Location: Palestine
Contact:

Reading My E-mail

Post by irisblaze »

hey how can I read my yahoo e-mail using PHP, I mean I want to customize the look of my e-mails, if that's not possible I also have an e-mail account at my domain, can I read that? I don't wanna sample code or anything dont worry I just want guide lines and I'll do the rest :roll: oh heck! give me sample code
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Working with a pop/imap/smtp server is easier than trying to work with web mail systems quite often. PHP has the IMAP extension which can interact with pop and imap servers.
User avatar
irisblaze
Forum Newbie
Posts: 22
Joined: Sun Mar 19, 2006 3:24 am
Location: Palestine
Contact:

Post by irisblaze »

Ok thanx, I'll try to look in php manual but if somebody has anything else to say I'll appreciate it
Post Reply