Phil Viton Posted June 12, 2006 Posted June 12, 2006 Is it possible to modify _InetMail (in INet.au3) so that the script asks also for the name of an email attachment, and this name appears in the "Attachment" field of the email, when the client starts? (It looks to me as if it's just a matter of knowing the right keyword, but I can't figure it out). Thanks!
nfwu Posted June 13, 2006 Posted June 13, 2006 You may want to look into sending the mail yourself (as in your script) by using SMTP.http://www.autoitscript.com/forum/index.ph...topic=23860&hl=#) TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode()
Phil Viton Posted June 14, 2006 Author Posted June 14, 2006 You may want to look into sending the mail yourself (as in your script) by using SMTP.http://www.autoitscript.com/forum/index.ph...topic=23860&hl=#)Thanks, but I didn't actually want to send the mail, just open the client with the "attachment" field filled in.Meantime, I've found a useful answer: download the helper program sendto.exe fromhttp://www.arstdesign.com/articles/sendto.exe.htmlwith this in place, doing what I originally wanted to do using Autoit (or even just a command line) is utterly easy.
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