AutoIt Forums: Need help for an Email Sender - AutoIt Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • This topic is locked

Need help for an Email Sender

#1 User is offline   james123 

  • Newbie
  • Icon
  • Group: Blocked
  • Posts: 2
  • Joined: 07-November 09
  • Gender:Male

Posted 07 November 2009 - 03:28 PM

Hi, i want to create an email sender to MSN Hotmail.. NOT A SPAMMER! I want to Create an email sender for send email to my friends or other more Faster And i want to create it for practise programming in Autoit.. But i dont know how can i do it.. I Create some program but this program is more dificult..

i Begin the code

Thanks for your Help :)

[ autoIt ]    ( ExpandCollapse - Popup )
#include <ButtonConstants.au3> #include <EditConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> $Form1_1 = GUICreate("Email Sender", 229, 460, 192, 124) $SMTP = GUICtrlCreateInput("Serveur SMTP", 24, 32, 153, 21) $desti = GUICtrlCreateInput("Nom du Destinaire", 24, 72, 153, 21) $Adressee = GUICtrlCreateInput("Adresse du Destinaire", 24, 112, 153, 21) $adresser = GUICtrlCreateInput("Adresse qui recoit le message", 24, 152, 153, 21) $Texte = GUICtrlCreateEdit("", 24, 192, 153, 169) GUICtrlSetData(-1, "Texte") $MyButton1 = GUICtrlCreateButton("Go", 48, 392, 124, 30, $BS_FLAT) GUISetState(@SW_SHOW) While 1     $nMsg = GUIGetMsg()     Switch $nMsg         Case $GUI_EVENT_CLOSE             Exit     EndSwitch WEnd  


Thanks for your Help :)
0

#2 User is offline   james123 

  • Newbie
  • Icon
  • Group: Blocked
  • Posts: 2
  • Joined: 07-November 09
  • Gender:Male

Posted 07 November 2009 - 06:18 PM

New code!!

[ autoIt ]    ( ExpandCollapse - Popup )
#include <ButtonConstants.au3> #include <EditConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> $Form1_1 = GUICreate("Email Sender", 229, 447, 192, 124) $SMTP = GUICtrlCreateInput("SMTP Server", 24, 16, 153, 21) $desti = GUICtrlCreateInput("Name of Destinator", 24, 80, 153, 21) $Adressed = GUICtrlCreateInput("Adress Of Destinator", 24, 112, 153, 21) $Texte = GUICtrlCreateEdit("", 24, 208, 153, 169) GUICtrlSetData(-1, "Texte") $MyButton1 = GUICtrlCreateButton("Go", 48, 400, 124, 30, $BS_FLAT) $adresser = GUICtrlCreateInput("Adress of receiver", 24, 144, 153, 21) $portse = GUICtrlCreateInput("Port of the server", 24, 48, 153, 21) $sujetmess = GUICtrlCreateInput("Subject of Message", 24, 176, 153, 21) GUISetState(@SW_SHOW) While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit $SMTP = GUICtrlRead($SMTP) $destinom = GUICtrlRead($desti) $Adressee = GUICtrlRead($Adressed) $receveurmessage = GUICtrlRead($adresser) $sujet = GUICtrlRead($sujetmess) $Texteenvoi = GUICtrlRead($Texte) $Port = GUICtrlRead($portse) Case $MyButton1 EndSwitch WEnd  


Thanks for your help

This post has been edited by james123: 07 November 2009 - 06:19 PM

0

#3 User is offline   Zedna 

  • AutoIt rulez!
  • Icon
  • Group: AutoIt MVPs(MVP)
  • Posts: 6,250
  • Joined: 17-June 05
  • Location:Czech republic

Posted 07 November 2009 - 08:27 PM

You were banned!! Ban evasion!

Your previous locked topic:
http://www.autoitscript.com/forum/index.php?showtopic=105119

Reported again :ph34r:

This post has been edited by Zedna: 07 November 2009 - 08:35 PM

0

#4 User is offline   Zedna 

  • AutoIt rulez!
  • Icon
  • Group: AutoIt MVPs(MVP)
  • Posts: 6,250
  • Joined: 17-June 05
  • Location:Czech republic

Posted 07 November 2009 - 08:34 PM

View Postjames123, on 07 November 2009 - 03:28 PM, said:

i want to create it for practise programming in Autoit..


Then definitely open Autoit's helpfile "C:\Program Files\AutoIt3\AutoIt.chm"
and do some learning lessons yourself.
0

#5 User is online   Valuater 

  • ”Hobbyist” a passionate enjoyable activist
  • Icon
  • Group: AutoIt MVPs(MVP)
  • Posts: 10,730
  • Joined: 28-February 05
  • Location:Riverside, CA USA

Posted 07 November 2009 - 08:40 PM

Zedna is on it!

That is considered a Ban evasion. You wont get much help here and Valik will probably ban you for a longer period just for the evasion... not the program

So, you will have time to read-up a little

8)
0

#6 User is offline   Valik 

  • Searching for something that doesn't exist.
  • Icon
  • Group: Developers(Dev)
  • Posts: 13,864
  • Joined: 05-December 03
  • Gender:Male
  • Location:Silent Hill

Posted 07 November 2009 - 09:24 PM

View PostValuater, on 07 November 2009 - 02:40 PM, said:

You wont get much help here and Valik will probably ban you for a longer period just for the evasion...

Yeah, "forever" is usually a pretty long time.
0

Page 1 of 1
  • You cannot start a new topic
  • This topic is locked

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users