Save the screenshoot and send it via email?

 

Hello,


Is it possible to do that? I know how to automatically save the screenshoot and send email in MQL4.

But can we combine them? Saving the screenshoot and send it via email automatically?


Thanks

 
devilian1899:

Hello,


Is it possible to do that? I know how to automatically save the screenshoot and send email in MQL4.

But can we combine them? Saving the screenshoot and send it via email automatically?


Thanks

The built-in email function won't allow attachments. The only way you could do it using built in functions might be to upload it to a server via sendftp(), then in the email that you send, reference the image url that you just uploaded. Just an idea. I'm not familiar with DLL programing, but you may be able to use DLLs to accomplish your task.