| / | Forum |
|
brspMA
2007.12.27 07:10
Hi Guys,
So is that possible to use the SMTP from Google's servers? and if that is possible, could anyone kindly let me know how. Which should be the configuration? So far, I've tried smtp.gmail.com:587 , with my User Name and Password, but with no success. thanks a lot, |
|
Expert Advisors Based on Popular Trading Systems and Alchemy of Trading Robot Optimization This article dwells on implementation algorithm of simplest trading systems. The article will be useful for beginning traders and EA writers. |
|
phy
2007.12.27 07:44
Or, install your own mail server on your PC: Maybe something like this: |
|
brspMA
2007.12.27 10:26
Thanks a lot, phy,
I've checked this this topic http://forum.mql4.com/3980 . And I don't think that make much sense. For Google does support SMTP. I use gmail via webmail and via thunderbird through smtp. So, what is the problem with MT4? Time out? Thanks again, |
|
phy
2007.12.27 19:50
So, what is the problem with MT4? Time out?
For MT4, here is a log from my personal mail server, which uses the standard SMTP port 25:
12:28:11.375: Connection from 127.0.0.1, Thu Dec 27 12:28:11 2007<lf> 12:28:11.390: << 220 xxxxx.homeip.net ESMTP server ready.<cr><lf> 12:28:11.390: >> HELO xxxxx<cr><lf> 12:28:11.390: << 250 xxxxx.homeip.net Hello, xxxxx.<cr><lf> 12:28:11.390: >> MAIL FROM: <test@xxxxx.homeip.net><cr><lf> 12:28:11.390: << 250 Sender OK - send RCPTs.<cr><lf> 12:28:11.390: >> RCPT TO: <test2@xxxxx.homeip.net><cr><lf> 12:28:11.390: << 250 Recipient OK - send RCPT or DATA.<cr><lf> 12:28:11.406: >> DATA<cr><lf> 12:28:11.406: << 354 OK, send data, end with CRLF.CRLF<cr><lf> 12:28:11.406: >> From: "Expert Advisor" <test@xxxxx.homeip.net><cr><lf> 12:28:11.406: >> To: "MailTest" <test2@xxxxx.homeip.net><cr><lf> 12:28:11.406: >> Subject: Hello<cr><lf> 12:28:11.406: >> Content-Type: text/plain;<cr><lf> 12:28:11.406: >> Content-Transfer-Encoding: 8bit<cr><lf> 12:28:11.406: >> <cr><lf> 12:28:11.406: >> Just a test<cr><lf> 12:28:11.406: >> <cr><lf> 12:28:11.406: >> .<cr><lf> 12:28:11.406: << 250 Data received OK.<cr><lf> 12:28:11.406: >> QUIT<cr><lf> 12:28:11.406: << 221 xxxxx.homeip.net Service closing channel.<cr><lf> 12:28:11.406: --- Connection closed normally at Thu Dec 27 12:28:11 2007. --- 12:28:11.406: |
|
chuckee
2010.01.21 10:10
brspMA wrote >>
Hi Guys, So is that possible to use the SMTP from Google's servers? and if that is possible, could anyone kindly let me know how. Which should be the configuration? So far, I've tried smtp.gmail.com:587, with my User Name and Password, but with no success. thanks a lot, As Gmail's SMTP requires SSL, MT4 will not work with it. SMTP2Go provides an SMTP server that works with MT4. See the link below: |
2030 |
gordon
2010.01.21 11:49
I'll give it a try. Thanks.
|
|
salakosunday
2010.11.13 00:22
plz what is tghe website address of the webmail u re using
brspMA: Thanks a lot, phy, I've checked this this topic http://forum.mql4.com/3980 . And I don't think that make much sense. For Google does support SMTP. I use gmail via webmail and via thunderbird through smtp. So, what is the problem with MT4? Time out? Thanks again, |