Jump to content

ASP incoming mail


mark100000

Recommended Posts

Im pretty sure there isn't a way to notice incoming mail with ASP, but im more the likely wrong.I have a task going on at work where i have too write something or even buy something that will handle incoming emails to a certain domain, for arguments sake i will say example@help.com.What i need to do i activate a script when an email appears in this domain which will read a csv attached to the email and append a database as necessary.Is there anyway this can be done using asp. Or some sort of Microsoft compatible component.Kind RegardsMark Hilton

Link to comment
Share on other sites

Depending on the type of mail server, you should be able to make a connection and check if there are messages. You'll probably need to use a third-party ASP component that you may have to pay for. Here is an example of using POP3:http://www.4guysfromrolla.com/webtech/092201-1.shtmlAnd here is some help with IMAP:http://www.example-code.com/asp/imap.aspYou can do it all for free using PHP, here is the reference for IMAP and POP3 functions:http://www.php.net/manual/en/ref.imap.phpEither way you would probably have to install something on the server, whether it is an ASP component or the PHP software.

Link to comment
Share on other sites

Depending on the type of mail server, you should be able to make a connection and check if there are messages. You'll probably need to use a third-party ASP component that you may have to pay for. Here is an example of using POP3:http://www.4guysfromrolla.com/webtech/092201-1.shtmlAnd here is some help with IMAP:http://www.example-code.com/asp/imap.aspYou can do it all for free using PHP, here is the reference for IMAP and POP3 functions:http://www.php.net/manual/en/ref.imap.phpEither way you would probably have to install something on the server, whether it is an ASP component or the PHP software.
thanks ever so much
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...