SendMail body content not updating with added changes despite no compiling or runtime errors.

 

Hello

I have a SendMail function set up in an MQH file. Having added to the content of the email body, compiled it and initialised it, the updated contents of the email body is just not showing, it's as if its completely ignoring any changes made.

The EA file is connected to the MQH file via an #include function.

Also, I have deleted a Print function, but the Printed message is still showing in the Journal. 

Everything is saved to the correct places and there are no compiling or runtime errors either. I have also restarted MT4, but no dice there either.

No logical explanation as to why it's ignoring any changes made. 

 
Todd Peter Gilbey: MQH file. Having added to the content of the email body, compiled it and initialised it,
You do not compile include files. Compile your main code.
 
William Roeder #:
You do not compile include files. Compile your main code.

I did wonder why the compiler was being so tolerant with the MQH file! :)