开发者

How to setup users with email: user@usersdomain.com in ASP.NET

开发者 https://www.devze.com 2023-02-12 05:01 出处:网络
I have a requirement which is to allow users to buy a domain through my site and then programatically set them up with email accounts at that domain, eg user1@domain.com user2@domain.com, etc.

I have a requirement which is to allow users to buy a domain through my site and then programatically set them up with email accounts at that domain, eg user1@domain.com user2@domain.com, etc.

To integrate the buying of the domain I'm planning on using a domain res开发者_StackOverflow中文版eller like this.

The next step - of creating the email accounts - is where I'm floundering currently. I'm assuming I can programatically set the domain name to point where ever I need for the email pointers, but not sure how to programatically setup the email client on the other end. I don't care so much what the email client is - gmail, etc. Ideally I'd be able to brand it a bit, but it's not absolutely required.

Hoping someone has experience with this. Thanks in advance.


first you need to choose a mail server for your system. Then you get the SDK of this server and create with the provided interfaces users from your user interface.

For example, a basic free mail server is MailEnable that plesk also use for the same reason.

on this page you can get the sdk of the MailEnable mail server

http://www.mailenable.com/developers.asp

and there you can find the api to control it from your asp.net pages.

Hope this helps you to start.

0

精彩评论

暂无评论...
验证码 换一张
取 消