How can send email and receive results automatically?

  • hi to all users, my question is simple : a user (userA@mysociety.com) send email to requestA@mysociety.com and receive the result (e.g. stored proc dbo.requesta) on his email automatically. how can control email request and respond with the result of a stored?

    Thanks to all in advance

  • You'll need something that parses the request e-mail, queries the database and replies with something like Database Mail.

    I'm not aware of any tool that does this out of the box.

    -- Gianluca Sartori

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply