Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

SendAdvancedEmail - MetaTrader 4 Library | MT4 EA Download

author EAcpu | 5 reads | 0 comments |

SendAdvancedEmail - library for MetaTrader 4

SendAdvancedEmail - library for MetaTrader 4

SendAdvancedEmail - library for MetaTrader 4

SendAdvancedEmail - library for MetaTrader 4

Dorian Oksovszki - http://ocsovszki-dorian.blogspot.co.uk/

If you liked this article, please check out my blog. Thanks and enjoy!

My goal is to have a nice and simple email notification. MQL[45] didn't suit me, so I decided to code in C#. Basically I pass every variable from MQL[45] to this DLL. That's all. You can find the DLL in a ZIP archive.

The DLL has only one function, as shown below:

 #import "Send Advanced Email.dll" Blank Send Advanced Email ( String Mail Sender, String Mail Sender Name, String Mail To, String Mail Cc, String Mail Subject, String Mail Body Content, String Mail Body Template, String Mail Priority, String Mail Attachment Path, String Mail Attachment Name, String SMTP Server, Integer SMTP Port, Boolean SMTP Enable SSL, Integer SMTP Timeout, String SMTP username, string SMTP password); #import 

SendAdvancedEmail - library for MetaTrader 4

SendAdvancedEmail - library for MetaTrader 4

SendAdvancedEmail - library for MetaTrader 4

sendadvancedemail.dll

SendAdvancedEmail.mq4 - sample indicator for testing MetaTrader 4 DLL

When it runs, it takes a screenshot and calls the DLL that comes with this screenshot. It will use SendAdvancedEmail.dll to send email. You get it (literally:)).


Attachment download

📎 sendadvancedemail.mq4 (4.63 KB)

Source: MQL5 #11394

Verification code Refresh