software to send mail using gmail account, and a flow to send messages. thank you
Hi and Welcome!
We are all willing to help you, but you must try to search the forums first, so we don't repeat ourselves over and over.
A good search would be "send email from gmail"
here is the code I use
;
;##################################
; Include
;##################################
#Include<file.au3>
;##################################
; Variables
;##################################
$title = " n/a"
$SmtpServer = "smtp.gmail.com" ; address for the smtp-server to use -