I'm trying to figure out how to do an end to end test of a mail server's functionality. Merely checking the that the port is up and the server responds with HELO/EHLO doesn't help, really, I need to know if it will accept a message for delivery.
I don't see this in the stock Email monitor templates. I tried playing with the POP3 User experience template, but that's only half of the battle.
What I need, is for APM to send an email, and at the very least, check for the final response of:
250 2.0.0 <inconsequential_unique_message_id_string> Message accepted for delivery
Can someone respond with where I would find the application components so I can build my own, and/or any examples/pointers to which one I should start with that does something like what I'm trying to do? APM documentation is light on the portion about building custom component monitors.
Another method would be send a test email via SMTP, and then check that it was received via POP3. I have test accounts I can use for such things.
Peter