Quick question about 'Send email' block
-
I recently used the 'Send email' block for the first time and it works well except for a single littele problem: it sends an email every tick so that my email account is flooded with the same message.
How can I specify at the block that I want a single message sent and not one per tick?
-
Now I understand why it happens every tick. I didn't take into account that the block is in the 'On tick' tab :). Could someone please tell me in which other tab should it be put in order to be executed just once?
-
It depends when do you want to run that block. Every time it runs, it sends an email, so what can you do to make it run only when needed... I don't know. You may want to do it once every hour or after a trade is created or something else. You know better.
-
I got another unexpected problem. I don't know why but every time I try a test message to confirm emails can be send I get a message saying 'Mail: not enough space for Test Message' at the Experts tab. What is this space exactly? I confirmed all mail information (smtp server, login, etc.) works properly. I know it because it works well in another MT4 of the same broker but with a different demop account.
-
check the space in your actual mail, if you had the ea at wrong settings for a while and it spams your mail it will fill up fast . Try removing some and see what happends

-
I'll try. Thanks.