kclteam Posted March 9, 2006 Share Posted March 9, 2006 Hi,I have already looked into the topics dealing with firefox automation UDFs...but they haven't helped much...Main problem: I am in my Univ. where they have a firewall and that firewall blocks almost every port I can't use any email-client; to access the web I need to set some proxies in my browser only then can I use the net facility.I run a forum for students of my Univ which needs admin activation instead of email activation, coz I can't use php's sendmail function due to blocked ports.So I need to send mails to people who have registered on my forum. I have made a Notifier in AutoIt which notifies me of any user registering on my forum by fetching the data from the database.I just need guidance as to what should I use for automation of mailing system.If my problem is not clear, please say so and I will elaborate. I believe we should all pay our tax with a smile. I tried - but they wanted cash! Link to comment Share on other sites More sharing options...
dv8 Posted March 9, 2006 Share Posted March 9, 2006 The roughest way lould be to WinSetState FireFox to @SW_MAXIMIZE and then use series of mouse clicks, SLEEP and SEND commands to fill the address bar and the fields of the e-mail form. I couldn't found any other way so far. If you find better way - put a note here. Free Remote Desktop Software For Windows Link to comment Share on other sites More sharing options...
kclteam Posted March 9, 2006 Author Share Posted March 9, 2006 yeah...that I have already done..but that means I can't use my mouse while the sending mail process is on...that's why I asked for a silent automation... but thanks for the response I believe we should all pay our tax with a smile. I tried - but they wanted cash! Link to comment Share on other sites More sharing options...
dv8 Posted March 9, 2006 Share Posted March 9, 2006 (edited) yeah...that I have already done..but that means I can't use my mouse while the sending mail process is on...that's why I asked for a silent automation...but thanks for the response You can get the current mouse coordinates before moving it or clicking (both with speed 0) above the form and after each action move it back to the initial coordinates. This helps a bit And i don't think the whole process takes more than 3-5 seconds. Edited March 9, 2006 by dv8 Free Remote Desktop Software For Windows Link to comment Share on other sites More sharing options...
dv8 Posted March 9, 2006 Share Posted March 9, 2006 You can also check these two links:http://www.autoitscript.com/forum/index.php?showtopic=20450http://www.iol.ie/%7Elocka/mozilla/mozilla.htmThey were recomendet to me by Dickb, but didn't have time to read in details. Free Remote Desktop Software For Windows Link to comment Share on other sites More sharing options...
dv8 Posted March 9, 2006 Share Posted March 9, 2006 And another idea: You can use IE.au3 to automate the whole process with Internet Explorer. I personaly don't like IE, but don't think it would do any harm sending an e-mail with it. Free Remote Desktop Software For Windows Link to comment Share on other sites More sharing options...
kclteam Posted March 9, 2006 Author Share Posted March 9, 2006 Yay...I went through the links before posting here, the ones you referred me to...I am still trying to decifer them the IE.au3 idea is nice, never thought that way...sure will give it a try I believe we should all pay our tax with a smile. I tried - but they wanted cash! Link to comment Share on other sites More sharing options...
dv8 Posted March 9, 2006 Share Posted March 9, 2006 the IE.au3 idea is nice, never thought that way...sure will give it a tryGlad I could help Free Remote Desktop Software For Windows Link to comment Share on other sites More sharing options...
CyberSlug Posted March 9, 2006 Share Posted March 9, 2006 There might be some greasmonkey script you could adapt.http://userscripts.org/scripts/show/3416 Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Link to comment Share on other sites More sharing options...
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