quasiman Posted July 26, 2006 Share Posted July 26, 2006 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 More sharing options...
fenway Posted July 26, 2006 Share Posted July 26, 2006 It's up to you "how" to you want deal with off-domain e-mails. Link to comment https://forums.phpfreaks.com/topic/15719-pop3-import-to-mysql-multiple-recipients/#findComment-64212 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.