hi guys
Noob here so take me easy , I have a script which searches for a certain colour at certain coordinates and I want to get an email when this happens. Problem is I don't know how to do it , I have gmail and yahoo accounts.
Here's the important part in the script.
While 1 Sleep(100) $coord = PixelSearch( 165, 167, 169, 171, 0x952b2c ) ;Alb If Not @error Then Sleep(100) $coord = PixelSearch( 165, 167, 169, 171, 0x952b2c ) ;Alb If Not @error Then SoundPlay(@WindowsDir & "\media\notify1.wav", 0) Sleep(500) SoundPlay(@WindowsDir & "\media\tada1.wav", 0) Sleep(1000) EndIf EndIf