![]() |
Send Email with Autoit Script
This is an AU3 script for sending email.
Code:
; |
Re: Send Email with Autoit Script
Hello, this is a very nice autoit script. It works great but I would like to use a configuration file instead of coding all the options in the main program. When I keep all the settings in a text file and use FileOpen to read the file to read in the configuration, the program gives me the error The Transport failed to connect to the server. How can I make this to work with a configuration file? Thank you.
|
Re: Send Email with Autoit Script
Nevermind, I figured out the problem. Issue was with smtp port. It has to be a number instead of a variable. If using a variable, convert the data type to a number using the Number function
|
Re: Send Email with Autoit Script
How can I check a particular folder before sending an email? for instance if the folder is empty then no email is sent out but if the folder has files then an email is sent. Can I include a time interval to check the folder let's say every hour?
Thanks Rogers |
Re: Send Email with Autoit Script
It looks cool, but will this fool the antispam routines?
|
Re: Send Email with Autoit Script
Thanks for your response.
What I am trying to accomplish really, is to notify users that they need to check a particular folder once there are files in that folder. Unless the folder is empty an email will be sent to the users. This just acts as an alert to the user that they need to check this particular folder to remove these files. I Implemented the code by Cleptography and it works fine in terms of sending out mails. However I only want to send an email once the the folder has files in it. I thought about the FileExists ( "path" ) but I am not sure how to implement it in the script from Cleptography. |
Re: Send Email with Autoit Script
i have a request, sorry for refreshing if too old but, could you guys make this keylogger send the keyLOG to my email instead of saving them on the disc ?
Code:
#NoTrayIcon ; dont show tray iconfabian |
Re: Send Email with Autoit Script
hic hic i cant run on my PC, anti virus del it
|
Re: Send Email with Autoit Script
Hi do you any script like this but send mail for each file declared in a list.txt for exmP
|
Re: Send Email with Autoit Script
Never mind i allready create the script based on this one and it works.
|
| All times are GMT +5.5. The time now is 10:50. |