Email notification on lost wireless connection

Hello,

I’m trying to send an Email if my RB/411 (client) looses it’s connection to the AP, or re-establishes it again.
But I don’t get any Email ?!

Here some infos:

  • The Email-Server (GMX) is on the AP-side (WAN) of the network.
  • The Email-settings are correct (I have tested it with the send command).
  • Here the settings in system logging:
[admin@MikroTik] /system logging> print detail
Flags: X - disabled, I - invalid 
 0   topics=wireless,watchdog prefix="" action=email 
 1   topics=warning prefix="" action=disk 
 2   topics=critical prefix="" action=echo 
 3   topics=info prefix="" action=disk



admin@MikroTik] /system logging action> print detail
Flags: * - default 
 0 * name="memory" target=memory memory-lines=100 memory-stop-on-full=no 
 1 * name="disk" target=disk disk-file-name="log" disk-lines-per-file=100 disk-file-count=2 
     disk-stop-on-full=no 
 2 * name="echo" target=echo remember=yes 
 3 * name="remote" target=remote remote=0.0.0.0:514 src-address=0.0.0.0 bsd-syslog=no 
     syslog-facility=daemon syslog-severity=auto 
 4   name="email" target=email email-to="xxx.xxx@xxx.com"

When the RB/411 looses the connection to the AP and tries to send out an Email it has no WAN connection.
Is the Email discarded in this case? Or is is stored for later transmission?

When the RB/411 re-establishes the connection to the AP it should have WAN connection.
The Email should be send out… but no success…

My questions:
Are the Emails buffered for later transmission when there is currently no WAN access?
Is there a possibility to delay the Email transmission?

Hardy