quasiman Posted July 26, 2006 Share Posted July 26, 2006 This is more of an advice question than coding...I have a catchall@domain.com 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 bill@domain.com.But if an email is sent to more than one person, it comes in as user@domain.com, user2@domain.com, user3@otherdomain.com. 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? Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.