I find solution for: Send email from MT4 (expert or script) to other email without using function MQL SendMail()?
I am afraid that your example does not cover sending e-mails.
I myself send emails using a HTTP post to a php script. You must have hosting with php that enables the mail(), create a short php script and use the wininet.dll to post the request from the MT4 terminal.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi guys,
I found maybe 400thread about send mail via function mql SendMail ()... but I would like find solution send mail from MT without using SendMail().
Inspiration: https://www.mql5.com/en/code/10428 (but only log in gmail mailbox and read)
How do it send mail from @gmail.com (or other @server_name.com)?
Thank you, guys!
Endy