I'm a little confused as to what you're trying to achieve. DO you mean that you want the app to accept SMTP traffic and act as an MTA - ie receive mail? Or did you merely want to connect to an MTA and operate on the messages stored elsewhere.
If the latter then Hotpaws's answer is a good one.
If the former then your bigger problems are going to be in terms of maintaining MX records. Perhaps a mediated service in which you have a store and forward MTA on a static IP that forwards on connection to the app. MTAs should still support this as that's how MTAs used to operate back when entire domains were connected via occasional dial-up.
Wow - I'm old.