Hi all - I have a function where I need to send a report (PDF) with dynamic sendto, subject and message body information.



However, the client machines do not have Outlook on them, so I am looking for the best way to send mail utilizing the default mail client on the local workstation.

I have seen several options out there, but most of them require either 3rd party APIs or SMTP sending. Due to security restrictions, those are not options in this case.

I have it working with SendObject and Outlook, but Outlook is only a short term, single workstation solution, I need to have it utilize the default mail client (in this case Lotus Notes).

Any guidance is appreciated...