gcue Posted May 29, 2008 Posted May 29, 2008 (edited) i found this - creates an email (recipient, subject, body) no attachmenthttp://www.autoitscript.com/forum/index.ph...3652&hl=nsfthis works in lotus notes - which is what im trying to do it inwe dont have an smtp server setup here so this is the route i must take?thanks! Edited May 29, 2008 by gcue
rudi Posted May 29, 2008 Posted May 29, 2008 i found this - creates an email (recipient, subject, body) no attachmenthttp://www.autoitscript.com/forum/index.ph...3652&hl=nsfthis works in lotus notes - which is what im trying to do it inwe dont have an smtp server setup here so this is the route i must take?thanks!To send an email to an "foreign" recepient you do not necessarily need access to an "own" SMTP server: If TCP:25 (SMTP) is open outbound, you should be able to directly send to the RECIPIENT's mail (smtp) server. There is an UDF doing so for you, you can also use BLAT.EXE for such purposes (I use that blat.exe quite often to send status emails from customers to myself)Of course you can use autoit to script the actions requiered to add an attachment just "playing back" the actions you would do reguarly in the Notes client. The "Autoit Window Info Tool" is your friend here REgards, Rudi. Earth is flat, pigs can fly, and Nuclear Power is SAFE!
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