Binary Search
| How to send automatic email, in the background, using Javascript. The following code requires MS Outlook to be installed on the PC running the program. You can send a long (or short) body text and/or an attachment file/image. var bodyT = 'This is a long string .....'; // 'bodytext' can be a long string. function AutoMail(sendto,subject,bodytxt,attach){ Usage: AutoMail('someone@somewhere.com','Test AutoMail',bodyT,atPath); |
|