Email alerts in MT4 for certain conditions

Is it possible to create email alerts in MT4 when a certain conditions are met. For ex: is EMA 5 and 24 crosses, could I configure MT4 to send me an email? I am pretty sure you could do this by writting code with the Meta editor, but I just don’t have much time to do research and coding.

SendMail - MQL4 Documentation

It’s not that difficult, get an indicator or an EA from the library that is for EMA crosses. There are several.
Then add the sendmail code for when the condition is met.