MQL4 Reference Common Functions
SendMail
|
SendMailSends an email at the address specified in the settings window of the "Email" tab.
Parameters subject [in] Email header. some_text [in] Email body. Return Value true if an email is put into the send queue, otherwise - false. Note Sending can be prohibited in settings, email address can be omitted as well. For the error information call GetLastError(). SendMail() function does not work in the Strategy Tester. |