R
Richard Thornley
Hello,
I was just been given a project and I have some questions on how to
accomplish the first part of the task.
If a user sends an email to a specific email address I need to detect that
an email is waiting and then retrieve the email. I will then process the
email but that part of the task is not a problem. The problem is how to
detect that an email is waiting. Can this be accomplished with ASP or will I
need to write this in .NET or if there is another way to accomplish this
task. I was thinking of a timer to poll the email address periodically but I
do not think I can use a timer in ASP, which is why I am thinking a .NET
application. I was also thinking that there might be a third-party control
that I could use but would really rather not use a control if possible.
My current choice is to do this in ASP as our website currently resides on a
shared server that does not support .NET. My gut feeling is that we will
need to move the site to a shared server that supports .NET or we might need
to move to a dedicated server.
Any advice from the Guru's in this forum (and the non-Guru's) would be
greatly appreciated.
Cheers,
Richard
I was just been given a project and I have some questions on how to
accomplish the first part of the task.
If a user sends an email to a specific email address I need to detect that
an email is waiting and then retrieve the email. I will then process the
email but that part of the task is not a problem. The problem is how to
detect that an email is waiting. Can this be accomplished with ASP or will I
need to write this in .NET or if there is another way to accomplish this
task. I was thinking of a timer to poll the email address periodically but I
do not think I can use a timer in ASP, which is why I am thinking a .NET
application. I was also thinking that there might be a third-party control
that I could use but would really rather not use a control if possible.
My current choice is to do this in ASP as our website currently resides on a
shared server that does not support .NET. My gut feeling is that we will
need to move the site to a shared server that supports .NET or we might need
to move to a dedicated server.
Any advice from the Guru's in this forum (and the non-Guru's) would be
greatly appreciated.
Cheers,
Richard