cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
745
Views
0
Helpful
1
Replies

TCL SMTP server not avalable

peraocompany
Level 1
Level 1

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?

1 Accepted Solution

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

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.

View solution in original post

1 Reply 1

Joe Clarke
Cisco Employee
Cisco Employee

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.