I am on 24hrs free VPS. Highly considering to upgrade or extend VPS service, but I have had problems with my sendmail function.
It works perfectly well in normal metatrader. In the Options-> email tab, I already entered all the necessary details and all works fine in normal environment.
I have checked the Journal and it shows that the indicator that calls this sendmail, say indicator x is loaded properly.
Then I “start server” and migrate, to start the services and then close my metatrader, assuming all is now running in the virtual hosting.
When the condition is fulfilled for indicator x to signal, there is no email send.
“maybe” my sendmail is a little complex. So I created a dummy sendmail, as simple as possible as this
SendMail("Hello", "world");
(which works in normal metatrader)
Still no e-mail is send out.
I am wondering whether sendmail() is even allowed in VPS environment.
Can anybody give some feedbacks. Thanks in advance.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I am on 24hrs free VPS. Highly considering to upgrade or extend VPS service, but I have had problems with my sendmail function.
It works perfectly well in normal metatrader. In the Options-> email tab, I already entered all the necessary details and all works fine in normal environment.
I have checked the Journal and it shows that the indicator that calls this sendmail, say indicator x is loaded properly.
Then I “start server” and migrate, to start the services and then close my metatrader, assuming all is now running in the virtual hosting.
When the condition is fulfilled for indicator x to signal, there is no email send.
“maybe” my sendmail is a little complex. So I created a dummy sendmail, as simple as possible as this
SendMail("Hello", "world");
(which works in normal metatrader)
Still no e-mail is send out.
I am wondering whether sendmail() is even allowed in VPS environment.
Can anybody give some feedbacks. Thanks in advance.