Killer_Hammster Posted October 10, 2006 Posted October 10, 2006 Hey guys, I have been fooling around with the Inet stuff in the beta, and I cant send an E-mail to myself with _InetSmptMail My E-maill address is through hotmail dos anyone know how to get it to work? thanks for reading.
Uten Posted October 10, 2006 Posted October 10, 2006 Add some code of what you are doing and maybe a version number of your running Autoit? Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling
Killer_Hammster Posted October 10, 2006 Author Posted October 10, 2006 Here is the code for the thing im doing, I wanted to see if I could send an E-mail to myself, just fooling around Just trying to get the HElp file script to work, I dident do anything on my own. #include <INet.au3> $s_SmtpServer = "hotmail.msn.com" ;<-------- ?????????????????????? $s_FromName = "Adam" $s_FromAddress = "ada" $s_ToAddress = "ThisismyE-mail@hotmail.com" $s_Subject = "Test, Bitch" Dim $as_Body[2] $as_Body[0] = "a" $as_Body[1] = "a" $Response = _INetSmtpMail ($s_SmtpServer, $s_FromName, $s_FromAddress, $s_ToAddress, $s_Subject, $as_Body) $err = @error If $Response = 1 Then MsgBox(0, "Success!", "Mail sent") Else MsgBox(0, "Error!", "Mail failed with error code " & $err) EndIf
Killer_Hammster Posted October 10, 2006 Author Posted October 10, 2006 v3.2.1.4 (beta) Sorry for get requested ver.
AzKay Posted October 10, 2006 Posted October 10, 2006 Well, As far as I know, _INetSmtpMail() Only sends from your isp mail server, Go get your isp, and google its smtp server. # MY LOVE FOR YOU... IS LIKE A TRUCK- #
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now