Hi,
I'm trying to send a report via e-mail (GroupWise). The various interfaces makes it relatively easy to send a report as attachment. But what I want is to send a report in the body of the e-mail. GroupWise token sendmail(MessageIsFile) is badly broken, so that path is cut off.
A workaround is to send it via the SMTP gateway with a commandline SMTP mailer like BLAT. Drawback is that this introduces yet another 3rd party software.
But if anyone of you knows an elegant way to
get a report (acFormatTXT) into a string variable? All the GroupWise interfaces expect a string variable as message body...
TIA,
Loek Gijben
I'm trying to send a report via e-mail (GroupWise). The various interfaces makes it relatively easy to send a report as attachment. But what I want is to send a report in the body of the e-mail. GroupWise token sendmail(MessageIsFile) is badly broken, so that path is cut off.
A workaround is to send it via the SMTP gateway with a commandline SMTP mailer like BLAT. Drawback is that this introduces yet another 3rd party software.
But if anyone of you knows an elegant way to
get a report (acFormatTXT) into a string variable? All the GroupWise interfaces expect a string variable as message body...
TIA,
Loek Gijben