SendMail() not sending mail

 

Hi

Since friday my email notification EA that uses SendMail() function to send me signals has stopped sending me emails but the "Test" mail works... Any reason for this?

this is the code I use:

SendMail(" OverBought ","(Trend NEUTRAL) "+DoubleToStr(lastclose,Digits));

Regards, Edd

 
fxedd:

Hi

Since friday my email notification EA that uses SendMail() function to send me signals has stopped sending me emails but the "Test" mail works... Any reason for this?

this is the code I use:

SendMail(" OverBought ","(Trend NEUTRAL) "+DoubleToStr(lastclose,Digits));

Regards, Edd

What build were you on before Friday ? what build are you on now ?
 
RaptorUK:
What build were you on before Friday ? what build are you on now ?


Hi, not sure what it was on Friday but it's currently 600... I c that this build has that problem... hmm.... ok, i'll contact my broker to get the latest 610... thanks for the heads up.

Regards, Edd

 

Hi, something that has come up with regards to emailing signals from my EA...

in SA we tend to have issues with our ADSL lines... they drop often, so emails get lost. Can a lost connection be recognized within MetaTrader 4 by use of code?

Regards, Edd