Iam working on Claim Management System(CMS). There I have a requirement like this.
As soon as a Claim is added in to the system,I should be able to setup an
Email-Account for that Claim.
Eg. When I Add a Claim…then After successfully adding in dB, I should be able to set an
Email-Account like claimId@domain.com/1402@abc.com
In order to acheive this, what should I do?
- Which mail server shall I use?
- API for the mail-server, which should allow me to setup an Inbox programmatically using C#.NET.
- I should be able to read mail from that Inbox(
claimId@domain.com
)
Please Suggest.
Hi,
Thanks for considering Aspose.
- You may get email services from a hosting company, buy an email server and host yourself or look for any other solution. Aspose provides creating/editing/sending email messages. Access to an email server is a pre-requisite for Aspose.Network classes.
- We do not provide this feature.
- After the Inbox is set and you have the URL/IP address of email server, port, username and password, you can read email using Aspose.Network. For more details, please visit Introduction and Sample Applications.
Thanks for the reply,
I got you, that Aspose.Network does not support creation of EmailId.
But I have a requirement like this, so can you please suggest the approach to tackle with these problem.
We have Qmail installed on a Linux Machine.
So my mail server is ready.
I need a Qmail API, which I can use to create email.
Please suggest the approach.
Thanks
Siraj
Hi Siraj,
This kind of supported is available from the Mail Server Vendors. I came across http://www.altn.com/Products/MDaemon-Email-Server-Windows/MDaemon-Developers/
page which might be helpful to you. The respective support team of mail server vendors can guide better.