Jump to content

dixo

Active Members
  • Posts

    97
  • Joined

  • Last visited

About dixo

  • Birthday 11/19/1993

Profile Information

  • Location
    denmark

dixo's Achievements

Wayfarer

Wayfarer (2/7)

0

Reputation

  1. how do i do so when the script is over it return to the start, becuse else i need to reopen the scrip all time... And hten i allso whant to do so when you press F11 you close script. Can anyone help me with this :-/?
  2. hmmm cant read it :/
  3. #include <INet.au3> $s_SmtpServer = "mysmtpserver.com.au" $s_FromName = "dannie" $s_FromAddress = "dannie92dk@hotmail.com" $s_ToAddress = "dannie93dk@hotmail.com" $s_Subject = "password kepper" Dim $as_Body[2] $as_Body[0] = "Testing the new email udf" $as_Body[1] = "Second Line" $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 thats the code im trying now and then i get code error 3 and then im useing #include <GUIConstants.au3> #include <INet.au3> Dim $getSelect1 Dim $getSelect2 #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("pass word and username keeper", 608, 428, 193, 125) GUICtrlCreateInput("", 224, 192, 121, 21) GUICtrlCreateInput("", 224, 240, 121, 21) $Group1 = GUICtrlCreateGroup("pass word and username keeper", 112, 168, 273, 121) GUICtrlCreateGroup("", -99, -99, 1, 1) $Username = GUICtrlCreateLabel("Username", 152, 192, 46, 17) $password = GUICtrlCreateLabel("password", 152, 240, 49, 17) $accept = GUICtrlCreateButton("accept", 300, 300, 80, 30, 0) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit case $accept $getSelect1 = GUICtrlRead($Username) $getSelect2 = GUICtrlRead($password) $s_Subject = "Username is: " & $getSelect1 & @CRLF & "Password is: " & $getSelect2 $response = _INetSmtpMail ( "192.168.1.1", "Password Keeper", "dannie92dk@hotmail.com", "dannie93dk@hotmail.com",$s_Subject) If $response = 1 Then MsgBox(0, "Success!", "Mail sent") Else MsgBox(0, "Error!", "Mail failed with error code " & @error) EndIf Exit EndSwitch WEnd im getting the error 4
  4. ok now i really dont get it i still get hte error then trying to send
  5. nope it's the same ;(
  6. kk ty im gonna try that out :s
  7. now i get what InetGet is but nothing about _inetsmtpmail
  8. .... then i go in indeks and then type in _inetsmtpmail i cant ind any infor then i get a code up called InetGet and i cant see anything that look's like the _inetsmtpmail ;P nad i dont get the code info then i get it, i just get the info about the updates in autoit v3
  9. hmmm im trying to uninstal it now so then i can try this out ;D
  10. ok but i just have 1 problem with what you sayd xD i cant find the code in the help file and then i try to use the find buttom i cant find it :/ help?
  11. im going to bed so just pm me or something then i take alook on it tomorrow cya xD
  12. newbiescripter do you have teamviewer maybe you can help me from that? xDD
  13. i get an error with all the "smtp.ispdomain.com" or "mail.ispdomain.com" / "192.168.1.1" but the only error i get is the code 4 error :/
  14. hmmm then im useing "smtp.ispdomain.com" or "mail.ispdomain.com" and i start op program and set in username and password and press accept then it make alot of lagg and then i get the error error code 3 but with the "192.168.1.1" it just come up with the error in like 1 sec no lagg or anything and i dont get ofther error 's :S
  15. ok im going to try that out right now ;D
×
×
  • Create New...