Hi all,
Trying to test sending an email using the _INetSmtpMail function, but I cannot get it to work.
#include <Inet.au3>
#include <MsgBoxConstants.au3>
Local $s_SmtpServer = "smtp.gmail.com"
Local $s_FromName = "My Name"
Local $s_FromAddress = "x@gmail.com"
Local $s_ToAddre...