Send Emai via EA

 

Is the email function disabled during backtesting? The testmessage was sent and recieved correctly.

But there are no emails send during backtesting.

SendMail("Test","Test");
 

Email and a few other things are "disabled" while running the Strategy Tester : https://www.mql5.com/en/articles/1512

"Some functions are processed/passed without output

These are Sleep(), Alert(), SendMail(), PlaySound(), MessageBox(), WindowFind(), WindowHandle(), WindowIsVisible()"

 
thanks
Reason: