SendAdvancedEmail - MetaTrader 4 Library | MT4 EA Download




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.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:)). 📎 sendadvancedemail.mq4 (4.63 KB) Source: MQL5 #11394 Attachment download
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •