MQL4 - automated forex trading   /  

Forum

sms from mt4 to mobile

Back to topics list To post a new topic, please log in or register

avatar
7
fxmidas 2009.11.23 20:08 

Has anybody seen how to program a signal or alert to be transmitted to my mobile?.

I cannot find any info about what to enter for ... SMTP server or SMTP login in my email tools page.

The idea is to send the alert to an email with SMS support and from there to my cell. However, all attempts have failed due no correct server identification.

MQL4 Language for Newbies. Difficult Questions in Simple Phrases.

MQL4 Language for Newbies. Difficult Questions in Simple Phrases.

This is the second article from the series "MQL4 Language for Newbies". Now we will examine more complex and advanced constructions of the language, learn new options and see, how they can be applied in everyday practice. You will get acquainted with a new cycle type 'while', new condition type 'switch', operators 'break' and 'continue'. Besides you will learn to write your own functions and work with multidimensional arrays. And for a dessert I have prepared an explanation about a preprocessor.


avatar
1397
cloudbreaker 2009.11.23 21:02 

SMTP Server - this is the address of your own email provider's smtp (outgoing mail) server eg. smtp.broadbandprovider.com

SMTP login - this is your User ID with this provider's smtp service and is sometimes your email address eg. fxmidas@broadbandprovider.com


To have eMail messages end up as SMS messages to your cellphone, you can subscribe to an eMail/SMS Gateway service provider. In this case you will probably configure something like this in the To: field - 00441234123456@gatewayprovider.com


Once you've done all that, its just a case of using the SendMail(MessageSubject,MessageBody) function.


CB


avatar
7
fxmidas 2009.11.24 00:17 
cloudbreaker wrote >>

SMTP Server - this is the address of your own email provider's smtp (outgoing mail) server eg. smtp.broadbandprovider.com

SMTP login - this is your User ID with this provider's smtp service and is sometimes your email address eg. fxmidas@broadbandprovider.com

To have eMail messages end up as SMS messages to your cellphone, you can subscribe to an eMail/SMS Gateway service provider. In this case you will probably configure something like this in the To: field - 00441234123456@gatewayprovider.com

Once you've done all that, its just a case of using the SendMail(MessageSubject,MessageBody) function.

CB

Thank you, CB.

I will set a Gateway service, and see how it works.

Fxmidas.


avatar
8
wei_siong 2011.05.04 20:38 
fxmidas:

Has anybody seen how to program a signal or alert to be transmitted to my mobile?.

I cannot find any info about what to enter for ... SMTP server or SMTP login in my email tools page.

The idea is to send the alert to an email with SMS support and from there to my cell. However, all attempts have failed due no correct server identification.

Here is a link for the software that meet this purpose.


http://sg.88db.com/sg/Views/postDetails.aspx?PostID=2581392

Back to topics list  

To add comments, please log in or register