07-06-2013 11:13 PM
Hello I use SMTP notification over EEM TCL.
All work fine. But I need found way resend email message then WAN channel was down or SMTP server not working.
Can it possible?
Solved! Go to Solution.
07-07-2013 08:58 AM
There is no built-in code to do this, so you will need to design your own solution. It is possible to do, though. For example, you could cache the message to a file on flash and have an EEM policy periodically wake up to see if the file exists. If it does, try to send the email, and if successful, delete the file.
07-07-2013 08:58 AM
There is no built-in code to do this, so you will need to design your own solution. It is possible to do, though. For example, you could cache the message to a file on flash and have an EEM policy periodically wake up to see if the file exists. If it does, try to send the email, and if successful, delete the file.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide