This might help some: https://www.mql5.com/en/articles/1416
and https://www.mql5.com/en/forum/118518
I tried everything but it does not work!!
Why?
Thanks!
Vicar:
I tried everything but it does not work!!
Why?
Thanks!
You didn't try everything . . . it works for me, so it is possible. Read the threads. Who is your email provider ?
Use http://www.stunnel.org with the below stunnel.conf file. Then point MT4's SMTP config to 127.0.0.1:25 or your PC's real IP address. For some reason using my PC's loopback address (127.0.0.1) did not work - I use Windows 7. I changed to the real IP address and then the tunnel worked.
cert = stunnel.pem socket = l:TCP_NODELAY=1 socket = r:TCP_NODELAY=1 client = yes [pop3s] accept = 110 connect = pop.gmail.com:995 [imaps] accept = 143 connect = imap.gmail.com:993 [ssmtp] accept = 25 connect = smtp.gmail.com:465

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
Hello guy,
when i try to send an email throught the "Test Function" offered by Broker, i receive in my journal this message:
Mail: 530 5.7.0 Must issue a STARTTLS command first. ep14sm35300759wid.0
Mail: 'Test message' failed
How can resolve?