how can i read emails from the website using inbox and outbox
how to read emails or how to creat inbox & outbox for a website
Collapse
X
-
IF you don't have your own mail server you are managing you can't read emails from another system with ASP beacuse that would be a security violation.
You can however send emails using ASP code and the hosted server you are on.
Here is a already existing thread discussing this.
How to send email using ASP
Comment