Dear AutoIt Community, I don't understand why when I use the code example for _INetSmtpMail in the AutoIt Help File I get Error code 50. The Help File says: I've copied the example code nearly line by line below: #include <INet.au3> #include <Array.au3> #cs The code example from the Help File $s_SmtpServer = "mysmtpserver.com.au" $s_FromName = "My Name" $s_FromAddress = "From eMail Address" $s_ToAddress = "To eMail Address" $s_Subject = "My Test UDF" Dim $as_Body[2] $a