get address email

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
navid
Forum Commoner
Posts: 68
Joined: Tue Sep 24, 2002 3:14 am
Location: iran

get address email

Post by navid »

hi all
how i can get email address after connect to a pop3 server.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

please clarify. At least I don't get the point ;)
navid
Forum Commoner
Posts: 68
Joined: Tue Sep 24, 2002 3:14 am
Location: iran

Post by navid »

hi volka
i made a connection into a mailserver using User name , Password and mailserver name.
{"imap_open ("{mailserver:110/pop3}INBOX", "user_id", "password");"}

Now i have a successful connection .
And i want to know what is my connection mail address?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

I doubt there is a standard function to get this information, but I might be wrong. emails are not my speciality
(so this is barely more than a *bump* ;) )
Post Reply