//+------------------------------------------------------------------+ //| GmailSendLibrary.mqh | //| Copyright © 2008, OpenThinkingSystems, LLC | //| http://www.openthinkingsystems.com | //+------------------------------------------------------------------+ #property copyright "Copyright © 2008, OpenThinking Systems, LLC" #property link "http://www.openthinkingsystems.com" //+------------------------------------------------------------------+ //| DLL imports | //+------------------------------------------------------------------+ #import "GmailSend.dll" bool SendGmail(string emailTrom, string emailTo, string emailSubject, string emailMessage, string gmailUsername, string gmailPassword); #import