farhan879 Posted November 22, 2008 Share Posted November 22, 2008 (edited) Hi all, i made a email sender. Enter your Gmail username and password. Then, type who you want email to be sent and your subject and your body. Have fun ScreenshotDownload hereDownload here (backup link) Edited November 23, 2008 by farhan879 System task ---> My first GUICalculator v1.0 ---> My version of the calculatorNetZilla 1.0 --> Web browserEmail Sender --> You can Send emails with this without opening a web browser Link to comment Share on other sites More sharing options...
Developers Jos Posted November 22, 2008 Developers Share Posted November 22, 2008 Are you sure this script will work the way it is coded? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
farhan879 Posted November 22, 2008 Author Share Posted November 22, 2008 (edited) It works for me at least. Is there anything wrong? Edited November 22, 2008 by farhan879 System task ---> My first GUICalculator v1.0 ---> My version of the calculatorNetZilla 1.0 --> Web browserEmail Sender --> You can Send emails with this without opening a web browser Link to comment Share on other sites More sharing options...
Developers Jos Posted November 22, 2008 Developers Share Posted November 22, 2008 (edited) You are right that it works... but: - It is not really common practice to put Func-EndFunc code inside a loop. (I actually thought that AutoIt3 would fail on this but it seems only au3check complains about it.) - the sender address isn't formed correctly: this line:$OBJEMAIL.From = """ & $S_FROMNAME & "" <" & $S_FROMADDRESS & ">" causes the sender info to look like: & $S_FROMNAME & [myemailaddress@gmail.com] .. but it does look nice (ps.. yes I have looked at the source to ensure this code isn't doing things it shouldn't be doing ) Edited November 22, 2008 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
farhan879 Posted November 22, 2008 Author Share Posted November 22, 2008 (edited) Thanks. Ill take note of that if i do anything similar in the future. Thanks again Edited November 22, 2008 by farhan879 System task ---> My first GUICalculator v1.0 ---> My version of the calculatorNetZilla 1.0 --> Web browserEmail Sender --> You can Send emails with this without opening a web browser 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