| / | Forum |
2030 |
gordon
2010.02.15 13:11
Following some recent email related posts here is a method I found that enables:
The method uses a freeware SMTP relay client I have been using for a few months: mini-Relay v0.9.77d by NetVicious.
|
|
Multiple Null Bar Re-Count in Some Indicators The article is concerned with the problem of re-counting of the indicator value in the MetaTrader 4 Client Terminal when the null bar changes. It outlines general idea of how to add to the indicator code some extra program items that allow to restore program code saved before multiple re-counting. |
|
jjc
2010.02.15 13:26
gordon:
Following some recent email related posts here is a method I found that enables: [...] I've got a DLL which will do multiple recipients, HTML messages, attached files, and also handles servers such as Gmail which require SSL. Its major disadvantage is that it can't read the MT4 email settings; an EA (or script) has to pass it the full parameters of the message to send and the server to use. Want to try it out? |
2030 |
gordon
2010.02.15 14:28
jjc:
I've got a DLL which will do multiple recipients, HTML messages, attached files, and also handles servers such as Gmail which require SSL. Its major disadvantage is that it can't read the MT4 email settings; an EA (or script) has to pass it the full parameters of the message to send and the server to use. Want to try it out? Thanks for the offer jjc. I appreciate it. But did u write it yourself
or just found it online? Do u have the source code? I'm asking cause I've had some very bad experience with the DLL's floating around in the forums. The majority are just badly written and it's only a matter of time until they crash the Terminal. So I have decided a few months back not to use any unknown "black-box" DLL's any more. The risk is just to high. The built-in email/ftp clients, although over-simplified and limited, are 100% reliable so far. |
|
jjc
2010.02.15 14:41
gordon: But did u write it yourself [...] Yes. Send me a PM if interested. |
|
cunkiz
2010.02.16 04:48
this is great
|
|
alex198555
2010.05.24 19:38
Hi! Is any way I can speed up the mailing process? It takes around 5 minutes to send the message.
|
2030 |
gordon
2010.05.25 03:21
alex198555: Hi! Is any way I can speed up the mailing process? It takes around 5 minutes to send the message. As you can see from your own screen-shot, there were quite a few errors during sending. You can google the error numbers for information on how to overcome this... (these are all email related errors and have nothing to do with MQL or trading). Alternatively, I recommend ditching this method and using the one described here -> http://forum.mql4.com/30152#277585. |
|
sandrika_
2012.04.20 13:31
Hello. My metatrader 4 can't connect to 127.0.0.1. When I press Test Button in journal is massage " Mail: error connecting to 127.0.0.1. " mini-relay is running, also I tried freesmtp program. I am Windows 7. May this be problem? how can I fix this problem?
|
|
RaptorUK
2012.04.20 15:12
This forum is about MQL4 . . . not Mail Servers, or other mail relay apps . . .
|
|
sandrika_
2012.04.20 15:17
yes, I want to use email send function in MQL4. For this I must configure MT4 like above is said. But it isn't working. And I wonder why. I did everything like above but I got error. If you can help me. tell me what the problem is
|
|
RaptorUK
2012.04.20 15:19
Pay for a decent email service and use that . . . problem solved.
|