I need some help sending email from my program. I was thinking of making the
feature compatible with either Microsoft Outlook Express or Netscape Messenger.
What I would like to do, is to determine which is the default mail client, and
then to popup the applicable "New Message" form with the recipient's email address
already inserted on the form.
I know that for Netscape, the applicable program to shell out to is SendTo32.exe.
But I haven't been able to determine the program to shell out to for Outlook Express.
And I don't know how to include the recipient's email address. I was thinking of
somehow using the clipboard, but that would at least require the user to paste the
clipboard contents to the form.
I also thought about using the SMTL mail program in the PowerBasic samples. But my
ISP (Earthlink.net) won't let me.
Is what I'm asking for possible? And if so, how would I go about it? I would very
much appreciate some help.
------------------
feature compatible with either Microsoft Outlook Express or Netscape Messenger.
What I would like to do, is to determine which is the default mail client, and
then to popup the applicable "New Message" form with the recipient's email address
already inserted on the form.
I know that for Netscape, the applicable program to shell out to is SendTo32.exe.
But I haven't been able to determine the program to shell out to for Outlook Express.
And I don't know how to include the recipient's email address. I was thinking of
somehow using the clipboard, but that would at least require the user to paste the
clipboard contents to the form.
I also thought about using the SMTL mail program in the PowerBasic samples. But my
ISP (Earthlink.net) won't let me.
Is what I'm asking for possible? And if so, how would I go about it? I would very
much appreciate some help.
------------------
Comment