Thank you for your wisdom. I found a VB script and translated it. Here it is, without any error checking:
Again, your time and effort is most appreciated. May I reincarnate to your level, some day.use Win32::OLE; $mail = new Win32::OLE('Outlook.Application'); $mail->{'Visible'} = 1; $item = $mail->CreateItem(0); $item->{'Subject'} = "This is a test"; $item->{'To'} = "mccoyga\@1fssg.usmc.mil"; $item->{'Body'} = "Here is the meat of the message"; $item->Send(); $mail->Quit();
In reply to Re: MS Outlook & Win32::OLE
by SageMusings
in thread MS Outlook & Win32::OLE
by SageMusings
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |