We are usign the Imail Server version - v8.00.
I have an email id say for eg:
[email protected]
And I have a table in SQL with the fields as under:
Table name: mail
Fields:
Date, From, To, Cc, Bcc, Subject, MessageBody
My task:
Whenever any new mail comes to this account(
[email protected]), the details should be extracted using an ASP Page and stored in the SQL table.
Can anyone tell me how do I go about?
Thanks in advance
Sp