Jump to content

Revolter

Active Members
  • Posts

    115
  • Joined

  • Last visited

About Revolter

  • Birthday 06/14/1992

Profile Information

  • Location
    Braila, Romania
  • WWW
    http://iulianonofrei.com
  • Interests
    Photography and AutoIt :D

Recent Profile Visitors

246 profile views

Revolter's Achievements

Adventurer

Adventurer (3/7)

0

Reputation

  1. It's too complicated ... i found a website that helps with newsletter ... sorry for the trouble caused
  2. ### COM Error ! Number: 80020009 ScriptLine: 105 Description:The transport failed to connect to the server.
  3. I tried it a lot but i keep getting error 2
  4. If only i would know how to do this )
  5. Of course ) ... spam ... but I wanted to make a newsletter for my website ...
  6. So ... do you know a provider which let's me do this?
  7. I have this configuration: $SmtpServer = "smtp.gmail.com" ; address for the smtp-server to use - REQUIRED $FromName = "Newsletter" ; name from who the email was sent $FromAddress = "no-reply@iulianonofrei.com" ; address from where the mail should come $ToAddress = "me@yahoo.com" ; destination address of the email - REQUIRED $Subject = "New photo on iulianonofrei.com" ; subject from the email - can be anything you want it to be $Body = "body" ; the messagebody from the mail - can be left blank but then you get a blank mail $AttachFiles = "" ; the file(s) you want to attach seperated with a ; (Semicolon) - leave blank if not needed $CcAddress = "" ; address for cc - leave blank if not needed $BccAddress = "" ; address for bcc - leave blank if not needed $Importance = "Normal" ; Send message priority: "High", "Normal", "Low" $Username = "username" ; username for the account used from where the mail gets sent - REQUIRED $Password = "password" ; password for the account used from where the mail gets sent - REQUIRED $IPPort = 465 ; port used for sending the mail $ssl = 1 ; enables/disables secure socket layer sending - put to 1 if using httpS And in the mail it shows up that it is from username@gmail.com and not no-reply@iulianonofrei.com
  8. what about a "from: no-reply@domain.com" feature? i want to make a newsletter for my website and i don't want to show my gmail account
  9. Don't you see I did closed the process opened by run command ("cmd.exe") but it also opens 2 more processes!
  10. I have this command: $ping = Run( @ComSpec & " /c ping www.google.com -t" , @SystemDir , @SW_HIDE , $STDOUT_CHILD ) and this exit function: OnAutoItExitRegister( "_Esc" ) Func _Esc() ProcessClose( $ping ) ProcessClose( "PING.exe" ) ProcessClose( "conhost.exe" ) Exit EndFunc but if i run the script and then run this command: C:\Windows\System32\cmd.exe /q /c ping www.google.com -t it opens another 2 "PING.exe" and "conhost.exe" processes and then the script doesn't know which of them to close How can I release memory so that when I exit the script it also closes the processes that it opened?
  11. OMG it works. Finally. Thank you very very much!!!
  12. Melba23, I uninstalled Scite and installed it again from the link you gave me and in the SciteProperties folder i have au3.abbrev.keywords.properties and au3.keywords.properties but no au3.keywords.abbreviations.properties file. Is this because i have a x64 opperating system? And I still need to press CTRL+B . In the Options menu > Open Abbreviation File (that opens me the file located at C:UsersRevoltabbrev.properties) it clearly says # ' Type the abbreviation and press Spacebar to insert the expansion ' but is not working . If I press CTRL+1 and then Color Settings it says Abbrev-Expand and it's colored red but still if I type for example cw for ConsoleWrite it won't color it red. I don't know what's wrong
  13. Melba23, It's actually C:UsersRevoltabbrev.properties and not au3.abbrev.properties Uhm ... i don't know exactly ... I think i will uninstall and install it again ... could you please give me a link cuz i get confused on what i need to download
  14. Melba23, SPACE key to expand not TAB sorry i have this file (abbrev.properties): where it says the ctrl+b shortcut i didn't have a au3.abbrev.keywords.properties so i created it with the contents of the previous mentioned file contents but it still doesn't work
  15. I have a question about the Scite Editor. Before I reinstalled windows and of course Scite when I wrote an abbreviation it would color itself in red and by pressing TAB key it expanded. Now i don't remember what changes I made and it doesn't makes any difference between an abbreviaation and a simple text and also I have to press CTRL+B to expand it. Could someone help me change it like it used to be before reinstalling windows on my pc? Thank you!
×
×
  • Create New...