Link to home
Start Free TrialLog in
Avatar of mth2020
mth2020

asked on

Group Email

I want to create a group email within my website ( similar to yahoogroups email). I want the email to function as the following: any user send an email to xxx@myemail.com, his/her message will be automatically forwarded to all registered email within my list. The list should be dynamic, that's mean I can programatically add user or remove user from my list.
To Clarify that, I will use ASP .NET for development. I am quite familiar with using SMTP/pop3 protocole. My main question is how to trigger that an email is comming in order to Re-Forwarded to all the member in the list:, Take this scenario:
Suppose I reserve a domain name called www.xxx.com. Suppose that I got the following email from the hosting company: group@xxx.com. Suppose now that I have the following list of subscriber in my database
Name   email
Aa       aa@hotmail.com
ee      ee@hotmail.com

Now, I want any email sent to group@xxx.com to be forwarded to the emails in my database. Be sure that I can Access my database anytime to add emails or remove emails from it.

I hope that I clarify enough.
ASKER CERTIFIED SOLUTION
Avatar of webwoman
webwoman

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rockportmedia
rockportmedia

I second that motion. I spend way to many hours trying to get something for free by spending all day on designing something that would have cost me $50. Most of that software is free like WebWoman said.