My ordeal is lengthy, any solutions from you guys would really help.
If I were to recieve an email event to a solaris server, and the solaris server auto parses the data into a database, then I want to take that data, from a database, and spit it into an email in a template, then have the server automatically send the email.
So the steps are:
Email comes in through SNMP, its parsed to a SQL database, then I want it to automatically grab the data from the database, put it into a template email, and send it out.
Any ideas?