Hi again, My hacking with James continues.
This time I'd like to build a service to James for SMTP clients to query for the status of previous SMTP requests. The use case is email verification at customer registration. I'd like to give customer concrete feedback as to the status of sending the verification email: sent successfully, bad domain, bad account, etc. Since SMTP is a asynchronous process, I'm thinking building a service that the sender side can poll for the status of previous jobs. Anything already built in? Any ideas how to implement this? Always appreciate it! Bing
