; ;################################## ; Include ;################################## #Include<file.au3> ;################################## ; Variables ;################################## $SmtpServer = "mail.server.com" ; address for the smtp-server to use - REQUIRED $FromName = "John.Doe" ; name from who the email was sent $FromAddress = "User@domain.com" ; address from where the mail should come $ToAddress = "user@domain.com" ; destination address of th