HI
I have ceveral custom functions to send out a EMAIL with Xserver and that works great
Only one custom function to send out a mail at a certain time doesn't work properly
I always receive 2 email's in stead of 1
(if time[1]=23 and time[2]=59 and time[3]=58 then setio r1 else clrio r1 endif.)
So when r1 is closed the Email is send out but I always receive 2 emails
What could be the reason of this and how could I avoid this
Maybe there is a better way to send out a mail at a certain time.
Thanks in advance
Kizor