Description: Have you ever wanted your AutoIT program to be able to send alerts or other messages to your phone? Well here is a possible solution. All you need is an email account that allows you to use SMTP and the Number and Service Provider of the phone you wish to message. Constants for the different service providers can be found in the UDF. Example Usage: #include "SMS.au3" $server = "smtp.gmail.com" $email = "xxx@xxx.xxx" $username = "xxx@xxx.xxx" $password = "xxxxxxxx" $port = 465