bachx Posted April 9, 2010 Share Posted April 9, 2010 Well I have a case that I'm almost clueless on what to do about. Here is the scenario: 1) A user registers on my website, and a unique Email address is made for him. 2) He gets to imports all his Hotmail/Yahoo/etc. contacts. These contacts are assigned to the unique email address above. 3) So, when he sends an Email to that unique address (Be it from Outlook any other provider), the message is automatically sent to the contacts he imported. Now I got passed the import contacts list part as there are tons of open source scripts available for that. What I can't figure out however is step 3, assigning multiple emails to a single one, which I think might involve some SMTP configuration that reads from my MySQL database somehow. Any help or general directions to a solution is appreciated. Thanks. Link to comment https://forums.phpfreaks.com/topic/198083-mail-forwarding-question/ Share on other sites More sharing options...
Deoctor Posted April 9, 2010 Share Posted April 9, 2010 u can do that some thing like u need to make a group for that email id which is unique.. these things u need to do in the mail server....this thing i too dont knoowww... obviously this is one solution for this.. the other is that u write a script that when ever he sends an email u fetch the email and then search for the contacts for that mail id and run a script so that it can send mails.. i have done with the bulk mailer.. contact me if u need any help Link to comment https://forums.phpfreaks.com/topic/198083-mail-forwarding-question/#findComment-1039337 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.