I find solution for: Send email from MT4 (expert or script) to other email without using function MQL SendMail()?

 

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

 

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.

Reason: