Jump to content

pop3 import to mysql - multiple recipients


quasiman

Recommended Posts

This is more of an advice question than coding...

I have a [email protected] email address importing into 2 tables (one for messages, another for attachments).  I can remove the domain.com part of an email to import only the user name, and then use that to only let users see emails associated to their name - IE: user login "Bill" can only see emails sent to [email protected].
But if an email is sent to more than one person, it comes in as [email protected], [email protected], [email protected].  So...what can I do about it?  I'm thinking I could explode the list and remove each of the domain.com's, then create a seperate record for each user at my domain, but how would I handle the address's not going to my domain?
Link to comment
https://forums.phpfreaks.com/topic/15719-pop3-import-to-mysql-multiple-recipients/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.