Someone is programming an EA for me. When the order is triggered it is supposed to send me an email, but it is not for me. It is working for the programmer on his platform.
So I thought it is something wrong with mine. I tried it on 2 different broker demos and get the same result. An email alert on the Alerts tab works. Also the Test button on Tools\Options\Email tab is working. So that tells me my SMTP settings are good.
Is there a setting in MT4 specific to EA's that I am not seeing? Here is a screenshot of the first tab of the EA.
Not sure if this is relevant, my email client is Outlook 2003.
This is the basic structure of the code being used, but it is working for the programmer so I suspect that is not the problem:
SendMail( string subject, string some_text)
Summary:
EA email works for programmer
Alert email works for me on 2 platforms
Test button on Tools\Options\Email tab is working
EA email doesn't work for me
I have a feeling I am missing something obvious.
Thanks in advance for any help.